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 2e19035 commit 04af1d8Copy full SHA for 04af1d8
dbdiff/tests/project/settings.py
@@ -53,7 +53,7 @@
53
'django.middleware.security.SecurityMiddleware',
54
)
55
56
-ROOT_URLCONF = 'project.urls'
+ROOT_URLCONF = 'dbdiff.tests.project.urls'
57
58
TEMPLATES = [
59
{
@@ -71,7 +71,7 @@
71
},
72
]
73
74
-WSGI_APPLICATION = 'project.wsgi.application'
+WSGI_APPLICATION = 'dbdiff.tests.project.wsgi.application'
75
76
77
# Database
dbdiff/tests/project/urls.py
@@ -0,0 +1 @@
1
+urlpatterns = []
0 commit comments