summaryrefslogtreecommitdiffstats
path: root/conf/local.py
diff options
context:
space:
mode:
Diffstat (limited to 'conf/local.py')
-rw-r--r--conf/local.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/local.py b/conf/local.py
index 608e0e5..19b304e 100644
--- a/conf/local.py
+++ b/conf/local.py
@@ -1,3 +1,4 @@
1import os 1import os
2 2
3os.environ.setdefault('DATABASE_URL', 'postgresql:///ttun') 3os.environ.setdefault('DATABASE_URL', 'postgresql:///ttun')
4os.environ.setdefault('SECRET_KEY', 'secret')