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
@@ -37,3 +37,3 @@ DATABASE_PORT = ''
SITE_ID = 1
-USE_I18N = True
+USE_I18N = False
@@ -74,3 +74,3 @@ MIDDLEWARE_CLASSES = (
-ROOT_URLCONF = 'dicoweb.urls'
+ROOT_URLCONF = 'gcide.urls'
@@ -84,3 +84,3 @@ INSTALLED_APPS = (
'django.contrib.sites',
- 'dicoweb',
+ 'gcide',
)

Return to:

Send suggestions and report system problems to the System administrator.