fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Dodanie API pozwalającego na listowanie i wgrywanie książek.
[wolnelektury.git]
/
wolnelektury
/
settings.py
diff --git
a/wolnelektury/settings.py
b/wolnelektury/settings.py
index
98fd963
..
b57599c
100644
(file)
--- a/
wolnelektury/settings.py
+++ b/
wolnelektury/settings.py
@@
-106,6
+106,8
@@
INSTALLED_APPS = [
'compress',
'catalogue',
'lessons',
+ 'piston',
+ 'api',
]
CACHE_BACKEND = 'locmem:///?max_entries=3000'