Added branch 1.0.
[wolnelektury.git] / wolnelektury / settings.py
index bdbc992..2b9d542 100644 (file)
@@ -96,6 +96,7 @@ INSTALLED_APPS = [
     
     # external
     'south',
     
     # external
     'south',
+    'djangosphinx',
     'newtagging',
     'pagination',
     'chunks',
     'newtagging',
     'pagination',
     'chunks',
@@ -135,6 +136,9 @@ 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: