Skip to content

Commit 04af1d8

Browse files
committed
Fixes in test project setting
1 parent 2e19035 commit 04af1d8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

dbdiff/tests/project/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
'django.middleware.security.SecurityMiddleware',
5454
)
5555

56-
ROOT_URLCONF = 'project.urls'
56+
ROOT_URLCONF = 'dbdiff.tests.project.urls'
5757

5858
TEMPLATES = [
5959
{
@@ -71,7 +71,7 @@
7171
},
7272
]
7373

74-
WSGI_APPLICATION = 'project.wsgi.application'
74+
WSGI_APPLICATION = 'dbdiff.tests.project.wsgi.application'
7575

7676

7777
# Database

dbdiff/tests/project/urls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
urlpatterns = []

0 commit comments

Comments
 (0)