summaryrefslogtreecommitdiff
path: root/gstudio/settings.py
diff options
context:
space:
mode:
authorKabir <kabir@gnowledge.org>2012-05-11 13:22:27 +0530
committerKabir <kabir@gnowledge.org>2012-05-11 13:22:27 +0530
commit0ea8ff7c34af66f2c8028ea51950f9415537c4ee (patch)
treeed65210eef6d3b470ed88dcf93b73b083b582047 /gstudio/settings.py
parentee3c53484190eab032c28471d2082310b04dab86 (diff)
downloadgnowsys-0ea8ff7c34af66f2c8028ea51950f9415537c4ee.tar.gz
Code modified to enable reversion disable feature
Diffstat (limited to 'gstudio/settings.py')
-rw-r--r--gstudio/settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gstudio/settings.py b/gstudio/settings.py
index dceb80f..7560667 100644
--- a/gstudio/settings.py
+++ b/gstudio/settings.py
@@ -152,3 +152,5 @@ TWITTER_ACCESS_SECRET = getattr(settings, 'TWITTER_ACCESS_SECRET', '')
USE_TWITTER = getattr(settings, 'GSTUDIO_USE_TWITTER',
bool(TWITTER_ACCESS_KEY and TWITTER_ACCESS_SECRET and \
TWITTER_CONSUMER_KEY and TWITTER_CONSUMER_SECRET))
+
+GSTUDIO_VERSIONING = False