aboutsummaryrefslogtreecommitdiffstats
path: root/web/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'web/settings.py')
-rw-r--r--web/settings.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/settings.py b/web/settings.py
index 5a8c9aa..32693b8 100644
--- a/web/settings.py
+++ b/web/settings.py
@@ -1,9 +1,9 @@
settings = {
"debug": True,
- "template_path": "templates",
- "static_path": "static",
+ "template_path": "web/templates",
+ "static_path": "web/static",
"cookie_secret": "toto",
"login_url": "/login",
- #"book": "Bloy_-_Le_Sang_du_pauvre,_Stock,_1932.djvu"
- "book": "Villiers_de_L'Isle-Adam_-_Tribulat_Bonhomet,_1908.djvu"
+ "book": "Bloy_-_Le_Sang_du_pauvre,_Stock,_1932.djvu"
+ #"book": "Villiers_de_L'Isle-Adam_-_Tribulat_Bonhomet,_1908.djvu"
}