settings: Make dbsettings and localsettings external to settings.py
[matthijs/projects/dorestad-bookings.git] / localsettings.py.tmpl
diff --git a/localsettings.py.tmpl b/localsettings.py.tmpl
new file mode 100644 (file)
index 0000000..58a4544
--- /dev/null
@@ -0,0 +1,6 @@
+# Put any settings that are specific to this installation in here.
+# Any settings from settings.py can be overridden.
+
+# For example, enable debugging by commenting in the following lines.
+#DEBUG = True
+#TEMPLATE_DEBUG = True