Fixed tests, will need to re-implement later
This commit is contained in:
parent
d4c975deda
commit
42edf1cfaf
1 changed files with 1 additions and 1 deletions
|
@ -12,4 +12,4 @@ urlpatterns = [
|
|||
url(r'', include('project.pages.urls', namespace='pages'))
|
||||
]
|
||||
|
||||
handler404 = Custom404View
|
||||
# handler404 = Custom404View
|
||||
|
|
Reference in a new issue