1.0 alpha release notes
[django.git] / examples / settings.py
blobaa54a343869ec6fe070b7641a725d31dfd8b16ad
1 # Django settings for the example project.
3 DEBUG = True
4 TEMPLATE_DEBUG = DEBUG
5 ROOT_URLCONF = 'examples.urls'