summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.py b/settings.py
new file mode 100644
index 0000000..b761747
--- /dev/null
+++ b/settings.py
@@ -0,0 +1,3 @@
+TEMPLATE_DIRS = (
+ "/var/www/localhost/htdocs/account/templates",
+)