aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-03-10 16:11:52 +0100
committerGravatar ryuslash2012-03-10 16:12:17 +0100
commit662d2fd122ebf3b63ecf8cb2390c535edbc39d07 (patch)
tree229136debc2615113f657de8e7c7526f1b52d541 /settings.py
parent20ade8543a5d30adf1d0afbdfa5381ab8734ed7c (diff)
downloadryuslash.org-662d2fd122ebf3b63ecf8cb2390c535edbc39d07.tar.gz
ryuslash.org-662d2fd122ebf3b63ecf8cb2390c535edbc39d07.zip
Fixed some things to work live
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index b46918e..44bc7fa 100644
--- a/settings.py
+++ b/settings.py
@@ -4,6 +4,7 @@ import sys
DEPLOY_PATH = os.path.dirname(os.path.abspath(__file__))
sys.path.insert(0, DEPLOY_PATH)
+sys.path.insert(0, "/home/ryuslash/.python/lib/python2.6/site-packages/South-0.7.3-py2.6.egg")
DEBUG = True
TEMPLATE_DEBUG = DEBUG