Skip to content

Commit cd6dc40

Browse files
committed
Fix test root urlconf
1 parent 1e969fd commit cd6dc40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
'django.contrib.messages.middleware.MessageMiddleware',
7979
)
8080

81-
ROOT_URLCONF = 'urls'
81+
ROOT_URLCONF = 'quiz.urls'
8282

8383
TEMPLATE_DIRS = (
8484
# Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".

0 commit comments

Comments
 (0)