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