diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-06-27 16:38:35 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-06-27 16:38:35 +0000 |
commit | 0d6f39f2aa7c3922c6a696b0a8b3a2e72b475c45 (patch) | |
tree | ac95e888409af8157da4154df60d1c0e391fcb6b /settings_mobile.py | |
parent | 514a1c9a35b7699d8b1738887a9e076d29a0743c (diff) |
fixed some bugs and enabled the navigation buttons on the gallery slideshows
Diffstat (limited to 'settings_mobile.py')
-rw-r--r-- | settings_mobile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings_mobile.py b/settings_mobile.py index 91bea5d..a617526 100644 --- a/settings_mobile.py +++ b/settings_mobile.py @@ -2,7 +2,7 @@ from settings import * from os.path import dirname, abspath PROJ_ROOT = abspath(dirname(__file__))+'/' -DEBUG = True +DEBUG = False TEMPLATE_DEBUG = DEBUG MIDDLEWARE_CLASSES = ( 'django.middleware.cache.UpdateCacheMiddleware', |