fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
l10n moved to applications.
[wolnelektury.git]
/
wolnelektury
/
settings.py
diff --git
a/wolnelektury/settings.py
b/wolnelektury/settings.py
index
62a2c9e
..
888ea34
100644
(file)
--- a/
wolnelektury/settings.py
+++ b/
wolnelektury/settings.py
@@
-67,6
+67,7
@@
TEMPLATE_CONTEXT_PROCESSORS = [
'django.core.context_processors.i18n',
'django.core.context_processors.media',
'django.core.context_processors.request',
'django.core.context_processors.i18n',
'django.core.context_processors.media',
'django.core.context_processors.request',
+ 'wolnelektury.context_processors.extra_settings',
]
MIDDLEWARE_CLASSES = [
]
MIDDLEWARE_CLASSES = [
@@
-96,7
+97,7
@@
INSTALLED_APPS = [
'django.contrib.sites',
'django.contrib.admin',
'django.contrib.admindocs',
'django.contrib.sites',
'django.contrib.admin',
'django.contrib.admindocs',
-
+
# external
'south',
'sorl.thumbnail',
# external
'south',
'sorl.thumbnail',
@@
-132,7
+133,10
@@
COMPRESS_JS = {
},
'all': {
'source_filenames': ('js/jquery.autocomplete.js', 'js/jquery.form.js',
},
'all': {
'source_filenames': ('js/jquery.autocomplete.js', 'js/jquery.form.js',
- 'js/jquery.countdown.js', 'js/jquery.countdown-pl.js',
+ 'js/jquery.countdown.js', 'js/jquery.countdown-pl.js',
+ 'js/jquery.countdown-en.js', 'js/jquery.countdown-de.js',
+ 'js/jquery.countdown-es.js', 'js/jquery.countdown-lt.js',
+ 'js/jquery.countdown-ru.js', 'js/jquery.countdown-fr.js',
'js/jquery.jqmodal.js', 'js/jquery.labelify.js', 'js/catalogue.js',
'js/jquery.cookie.js',),
'output_filename': 'js/all?.min.js',
'js/jquery.jqmodal.js', 'js/jquery.labelify.js', 'js/catalogue.js',
'js/jquery.cookie.js',),
'output_filename': 'js/all?.min.js',