'USER': '', # Not used with sqlite3.
'PASSWORD': '', # Not used with sqlite3.
'HOST': '', # Set to empty string for localhost. Not used with sqlite3.
- 'PORT': '', # Set to empty string for default. Not used with sqlite3.
}
}
+
# Local time zone for this installation. Choices can be found here:
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
# although not all choices may be available on all operating systems.
'suggest',
'picture',
'search',
+ 'social',
]
CACHES = {
'127.0.0.1:11211',
]
},
+ 'permanent': {
+ 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
+ 'TIMEOUT': 2419200,
+ 'LOCATION': [
+ '127.0.0.1:11211',
+ ]
+ },
'api': {
'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache',
'LOCATION': path.join(PROJECT_DIR, 'django_cache/'),
'css/jquery.countdown.css',
'css/base.css',
+ 'css/cite.css',
'css/header.css',
'css/main_page.css',
'css/dialogs.css',
'css/book_box.css',
'css/catalogue.css',
'css/sponsors.css',
-
+
+ 'css/social/shelf_tags.css',
'css/ui-lightness/jquery-ui-1.8.16.custom.css',
],
'output_filename': 'css/all.min?.css',
BROKER_PASSWORD = "guest"
BROKER_VHOST = "/"
-
+CELERY_EAGER_PROPAGATES_EXCEPTIONS = True
# Load localsettings, if they exist
try: