mirror of
https://github.com/Hopiu/django.git
synced 2026-03-19 07:20:31 +00: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'
|