settings.py 111 B

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