fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixes #814: 404 when no html
[wolnelektury.git]
/
wolnelektury
/
settings.py
diff --git
a/wolnelektury/settings.py
b/wolnelektury/settings.py
index
8a82221
..
9396a1d
100644
(file)
--- a/
wolnelektury/settings.py
+++ b/
wolnelektury/settings.py
@@
-1,3
+1,4
@@
+# -*- coding: utf-8 -*-
# Django settings for wolnelektury project.
from os import path
# Django settings for wolnelektury project.
from os import path
@@
-34,14
+35,14
@@
LANGUAGE_CODE = 'pl'
gettext = lambda s: s
LANGUAGES = tuple(sorted([
gettext = lambda s: s
LANGUAGES = tuple(sorted([
- ('pl',
gettext('Polish')
),
- ('de',
gettext('German')
),
- ('en',
gettext('English')
),
- ('lt',
gettext('Lithuanian')
),
- ('fr',
gettext('French')
),
- ('ru',
gettext('Russian')
),
- ('es',
gettext('Spanish')
),
- ('uk',
gettext('Ukrainian')
),
+ ('pl',
u'polski'
),
+ ('de',
u'Deutsch'
),
+ ('en',
u'English'
),
+ ('lt',
u'lietuvių'
),
+ ('fr',
u'français'
),
+ ('ru',
u'русский'
),
+ ('es',
u'español'
),
+ ('uk',
u'українська'
),
], key=lambda x: x[0]))
], key=lambda x: x[0]))
@@
-158,6
+159,7
@@
COMPRESS_JS = {
'js/jquery.countdown-de.js', 'js/jquery.countdown-uk.js',
'js/jquery.countdown-es.js', 'js/jquery.countdown-lt.js',
'js/jquery.countdown-ru.js', 'js/jquery.countdown-fr.js',
'js/jquery.countdown-de.js', 'js/jquery.countdown-uk.js',
'js/jquery.countdown-es.js', 'js/jquery.countdown-lt.js',
'js/jquery.countdown-ru.js', 'js/jquery.countdown-fr.js',
+ 'js/jquery.marquee.js',
'js/jquery.jqmodal.js', 'js/jquery.labelify.js', 'js/catalogue.js',
),
'output_filename': 'js/all?.min.js',
'js/jquery.jqmodal.js', 'js/jquery.labelify.js', 'js/catalogue.js',
),
'output_filename': 'js/all?.min.js',