We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed81a80 commit 2c8b8d6Copy full SHA for 2c8b8d6
tests/settings.py
@@ -40,7 +40,7 @@
40
'django.middleware.security.SecurityMiddleware',
41
)
42
43
-ROOT_URLCONF = 'urls'
+ROOT_URLCONF = 'tests.urls'
44
45
# Database
46
DATABASES = {
tests/urls.py
@@ -1,3 +1 @@
1
-from django.conf.urls import patterns
2
-
3
-urlpatterns = patterns('')
+urlpatterns = []
0 commit comments