thirdparty/google_appengine/lib/django/examples/settings.py
changeset 2878 cf4b80992451
parent 2871 e440e94a874b
parent 2877 8bbdc95f87f8
child 2879 cb0f9b4646aa
equal deleted inserted replaced
2871:e440e94a874b 2878:cf4b80992451
     1 # Django settings for the example project.
       
     2 
       
     3 DEBUG = True
       
     4 TEMPLATE_DEBUG = DEBUG
       
     5 ROOT_URLCONF = 'examples.urls'