fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Poprawienie .gitignore.
[wolnelektury.git]
/
wolnelektury
/
settings.py
diff --git
a/wolnelektury/settings.py
b/wolnelektury/settings.py
index
2b9d542
..
9e9f6a5
100644
(file)
--- a/
wolnelektury/settings.py
+++ b/
wolnelektury/settings.py
@@
-96,7
+96,7
@@
INSTALLED_APPS = [
# external
'south',
# external
'south',
- '
djangosphinx
',
+ '
sponsors
',
'newtagging',
'pagination',
'chunks',
'newtagging',
'pagination',
'chunks',
@@
-109,7
+109,7
@@
CACHE_BACKEND = 'locmem:///?max_entries=3000'
# CSS and JavaScript file groups
COMPRESS_CSS = {
'all': {
# CSS and JavaScript file groups
COMPRESS_CSS = {
'all': {
- 'source_filenames': ('css/master.css', 'css/jquery.autocomplete.css', 'css/master.plain.css',),
+ 'source_filenames': ('css/master.css', 'css/jquery.autocomplete.css', 'css/master.plain.css',
'css/sponsors.css',
),
'output_filename': 'css/all.min.css',
},
'book': {
'output_filename': 'css/all.min.css',
},
'book': {
@@
-136,9
+136,6
@@
COMPRESS_JS = {
COMPRESS_CSS_FILTERS = None
COMPRESS_CSS_FILTERS = None
-SPHINX_SERVER = 'localhost'
-SPHINX_PORT = 3312
-
# Load localsettings, if they exist
try:
# Load localsettings, if they exist
try: