aboutsummaryrefslogtreecommitdiff
path: root/settings-sample.py
diff options
context:
space:
mode:
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.