multi-language feature titles
This commit is contained in:
parent
9f79e26671
commit
3c96a98344
11 changed files with 101 additions and 44 deletions
|
@ -112,7 +112,6 @@ LANGUAGE_COOKIE_NAME = 'c3nav_language'
|
|||
CSRF_COOKIE_NAME = 'c3nav_csrftoken'
|
||||
SESSION_COOKIE_HTTPONLY = True
|
||||
|
||||
|
||||
# Application definition
|
||||
|
||||
INSTALLED_APPS = [
|
||||
|
@ -222,6 +221,10 @@ STATICFILES_FINDERS = (
|
|||
'compressor.finders.CompressorFinder',
|
||||
)
|
||||
|
||||
BOOTSTRAP3 = {
|
||||
'success_css_class': '',
|
||||
}
|
||||
|
||||
STATICFILES_DIRS = (
|
||||
os.path.join(BASE_DIR, 'static'),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue