aboutsummaryrefslogtreecommitdiff
path: root/settings-sample.py
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-02-25 14:33:26 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2012-02-25 14:33:26 +0200
commitc3ca6e3a44290e9d9a24e2e50509adce837de85e (patch)
tree0cc83c65dbb97d0a9397d0a3741781cb1e8faa73 /settings-sample.py
parent9fa9c2b98ae5c7c7c3e93e07e60c11d2dfed087d (diff)
downloadweb-c3ca6e3a44290e9d9a24e2e50509adce837de85e.tar.gz
web-c3ca6e3a44290e9d9a24e2e50509adce837de85e.tar.bz2
Update
Diffstat (limited to 'settings-sample.py')
-rw-r--r--settings-sample.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/settings-sample.py b/settings-sample.py
index 9abc5b8..5aa1aec 100644
--- a/settings-sample.py
+++ b/settings-sample.py
@@ -32,13 +32,13 @@ DATABASE_NAME = ''
DATABASE_USER = ''
DATABASE_PASSWORD = ''
DATABASE_HOST = ''
DATABASE_PORT = ''
SITE_ID = 1
-USE_I18N = True
+USE_I18N = False
TIME_ZONE = 'Europe/Warsaw'
LANGUAGE_CODE = 'en-us'
LANGUAGE_COOKIE_NAME = 'dicoweb_lang'
SESSION_COOKIE_NAME = 'dicoweb_sid'
@@ -69,23 +69,23 @@ MIDDLEWARE_CLASSES = (
'django.middleware.locale.LocaleMiddleware',
'django.middleware.gzip.GZipMiddleware',
'django.middleware.common.CommonMiddleware',
'django.middleware.cache.FetchFromCacheMiddleware',
)
-ROOT_URLCONF = 'dicoweb.urls'
+ROOT_URLCONF = 'gcide.urls'
TEMPLATE_DIRS = (
os.path.join (SITE_ROOT, 'templates'),
)
INSTALLED_APPS = (
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
- 'dicoweb',
+ 'gcide',
)
DICT_SERVERS = ('gnu.org.ua',)
DICT_TIMEOUT = 10
AUTH = {}

Return to:

Send suggestions and report system problems to the System administrator.