summaryrefslogtreecommitdiff
path: root/examples/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/settings.py')
-rw-r--r--examples/settings.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/settings.py b/examples/settings.py
new file mode 100644
index 0000000000..aa54a34386
--- /dev/null
+++ b/examples/settings.py
@@ -0,0 +1,5 @@
+# Django settings for the example project.
+
+DEBUG = True
+TEMPLATE_DEBUG = DEBUG
+ROOT_URLCONF = 'examples.urls'