Dodanie API pozwalającego na listowanie i wgrywanie książek.
[wolnelektury.git] / wolnelektury / settings.py
index 98fd963..b57599c 100644 (file)
@@ -106,6 +106,8 @@ INSTALLED_APPS = [
     'compress',
     'catalogue',
     'lessons',
+    'piston',
+    'api',
 ]
 
 CACHE_BACKEND = 'locmem:///?max_entries=3000'