Added branch 1.0.
[wolnelektury.git] / wolnelektury / settings.py
index 1e60e1d..2b9d542 100644 (file)
@@ -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: