thirdparty/google_appengine/lib/django/examples/settings.py
changeset 2866 a04b1e4126c4
parent 2864 2e0b0af889be
child 2868 9f7f269383f7
equal deleted inserted replaced
2864:2e0b0af889be 2866:a04b1e4126c4
     1 # Django settings for the example project.
       
     2 
       
     3 DEBUG = True
       
     4 TEMPLATE_DEBUG = DEBUG
       
     5 ROOT_URLCONF = 'examples.urls'