Skip to content

Commit 3b7bb4f

Browse files
committed
fixed a typo in settings.py so the tests succeed now.
1 parent b72db44 commit 3b7bb4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htmlpad_dot_org/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
'django.middleware.common.CommonMiddleware',
102102
)
103103

104-
ROOT_URLCONF = 'dev.urls'
104+
ROOT_URLCONF = 'htmlpad_dot_org.urls'
105105

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

0 commit comments

Comments
 (0)