Skip to content

Commit

Permalink
Changed ROOT_URLCONF to just urls
Browse files Browse the repository at this point in the history
  • Loading branch information
bradlucas committed Jun 6, 2013
1 parent 3150c9b commit 32a17d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
'django.contrib.messages.middleware.MessageMiddleware',
)

ROOT_URLCONF = 'mysite.urls'
ROOT_URLCONF = 'urls'

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

0 comments on commit 32a17d8

Please sign in to comment.