basic footnotes dictionary
[wolnelektury.git] / wolnelektury / settings.py
index 3c5faf8..6c58bff 100644 (file)
@@ -133,6 +133,7 @@ INSTALLED_APPS = [
     'compress',
     'modeltranslation',
     'catalogue',
     'compress',
     'modeltranslation',
     'catalogue',
+    'dictionary',
     'lessons',
     'piston',
     'api',
     'lessons',
     'piston',
     'api',
@@ -208,7 +209,7 @@ TRANSLATION_REGISTRY = "wolnelektury.translation"
 
 
 # seconds until a changes appears in the changes api
 
 
 # seconds until a changes appears in the changes api
-API_WAIT = 100
+API_WAIT = 10
 
 # limit number of filtering tags
 MAX_TAG_LIST = 6
 
 # limit number of filtering tags
 MAX_TAG_LIST = 6