fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added new staticmethod from_xml_file to Book model and reimplemented importbooks...
[wolnelektury.git]
/
settings.py
diff --git
a/settings.py
b/settings.py
index
8baaf69
..
788e33e
100644
(file)
--- a/
settings.py
+++ b/
settings.py
@@
-97,7
+97,7
@@
COMPRESS_CSS = {
COMPRESS_JS = {
'all': {
'source_filenames': ('js/jquery.js', 'js/jquery.autocolumn.js', 'js/jquery.autocomplete.js',
COMPRESS_JS = {
'all': {
'source_filenames': ('js/jquery.js', 'js/jquery.autocolumn.js', 'js/jquery.autocomplete.js',
- 'js/jquery.form.js', 'js/jquery.jqmodal.js', 'js/jquery.labelify.js',),
+ 'js/jquery.form.js', 'js/jquery.jqmodal.js', 'js/jquery.labelify.js',
'js/catalogue.js',
),
'output_filename': 'js/all.min.js',
}
}
'output_filename': 'js/all.min.js',
}
}