diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-07-03 16:40:44 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-07-03 16:40:44 +0000 |
commit | 0fd90e919df654447885c866c739f33790d0469b (patch) | |
tree | c78b666a64b5ab0839332ee75e1638d02ea4fc72 /settings_mobile.py | |
parent | 06c93fcb26e8142cea919b31c8f82a5f97b53953 (diff) |
deleted mobile site
Diffstat (limited to 'settings_mobile.py')
-rw-r--r-- | settings_mobile.py | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/settings_mobile.py b/settings_mobile.py deleted file mode 100644 index a617526..0000000 --- a/settings_mobile.py +++ /dev/null @@ -1,22 +0,0 @@ -from settings import * -from os.path import dirname, abspath - -PROJ_ROOT = abspath(dirname(__file__))+'/' -DEBUG = False -TEMPLATE_DEBUG = DEBUG -MIDDLEWARE_CLASSES = ( - 'django.middleware.cache.UpdateCacheMiddleware', - 'django.middleware.gzip.GZipMiddleware', - 'django.middleware.common.CommonMiddleware', - 'django.contrib.sessions.middleware.SessionMiddleware', - 'django.contrib.auth.middleware.AuthenticationMiddleware', - 'django.middleware.doc.XViewMiddleware', - 'pagination.middleware.PaginationMiddleware', - 'django.contrib.flatpages.middleware.FlatpageFallbackMiddleware', - #'django.middleware.cache.FetchFromCacheMiddleware', - -) - -TEMPLATE_DIRS = ( - PROJ_ROOT+'templates/mobile', -)
\ No newline at end of file |