1 # Django settings for the example project.
2
3 DEBUG = True
4 TEMPLATE_DEBUG = DEBUG
5 ROOT_URLCONF = 'examples.urls'