fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added branch 1.0.
[wolnelektury.git]
/
wolnelektury
/
settings.py
diff --git
a/wolnelektury/settings.py
b/wolnelektury/settings.py
index
1e60e1d
..
2b9d542
100644
(file)
--- a/
wolnelektury/settings.py
+++ b/
wolnelektury/settings.py
@@
-95,6
+95,8
@@
INSTALLED_APPS = [
'django.contrib.admindocs',
# external
+ 'south',
+ 'djangosphinx',
'newtagging',
'pagination',
'chunks',
@@
-134,6
+136,9
@@
COMPRESS_JS = {
COMPRESS_CSS_FILTERS = None
+SPHINX_SERVER = 'localhost'
+SPHINX_PORT = 3312
+
# Load localsettings, if they exist
try: