summaryrefslogtreecommitdiff
path: root/demo
diff options
context:
space:
mode:
authorKabir Kukreti <kabir@gnowledge.org>2012-04-04 17:43:03 +0530
committerKabir Kukreti <kabir@gnowledge.org>2012-04-04 17:43:03 +0530
commit3d201b7a0af60f18aaf13abd58f6948a936bc5cf (patch)
treea19281f80601b3bafacab38985774d1ebddf46b3 /demo
parent60908605b9e0c4c2999c65a0cd5f53c9149898b4 (diff)
downloadgnowsys-3d201b7a0af60f18aaf13abd58f6948a936bc5cf.tar.gz
Settings file modified to comment out south
Diffstat (limited to 'demo')
-rw-r--r--demo/settings.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/demo/settings.py b/demo/settings.py
index e05a51d..f184257 100644
--- a/demo/settings.py
+++ b/demo/settings.py
@@ -171,7 +171,10 @@ INSTALLED_APPS = (
'registration',
'graphviz',
'demo',
- 'south',
+ # Uncomment the south entry to activate south for database migrations
+ # Please do install south before uncommenting
+ # command: sudo pip install south
+ # 'south',
)