summaryrefslogtreecommitdiff
path: root/examples/settings.py
blob: aa54a343869ec6fe070b7641a725d31dfd8b16ad (plain)
1
2
3
4
5
# Django settings for the example project.

DEBUG = True
TEMPLATE_DEBUG = DEBUG
ROOT_URLCONF = 'examples.urls'