mirror of
https://github.com/django/django.git
synced 2024-11-28 21:43:13 +01:00
6 lines
111 B
Python
6 lines
111 B
Python
|
# Django settings for the example project.
|
||
|
|
||
|
DEBUG = True
|
||
|
TEMPLATE_DEBUG = DEBUG
|
||
|
ROOT_URLCONF = 'examples.urls'
|