Revision 1b9af82c

b/snf-webproject/synnefo/webproject/settings/default/apps.py
46 46
    'synnefo.webproject'
47 47
)
48 48

  
49
SESSION_ENGINE = "django.contrib.sessions.backends.cache"
49
SESSION_ENGINE = "django.contrib.sessions.backends.cached_db"
50 50

  
51 51
# List of callables that know how to import templates from various sources.
52 52
TEMPLATE_LOADERS = (
b/snf-webproject/synnefo/webproject/settings/default/site.py
7 7
# http://www.i18nguy.com/unicode/language-identifiers.html
8 8
LANGUAGE_CODE = 'en-us'
9 9

  
10
# FIXME?
11
SITE_ID = 1
12

  
13 10
# If you set this to False, Django will make some optimizations so as not
14 11
# to load the internationalization machinery.
15 12
USE_I18N = True

Also available in: Unified diff