From 0e8b0c88a4d3009cbbea695f606e49faef27f373 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Sun, 7 Sep 2014 18:21:37 -0400 Subject: Reorganize the code hope I did it right. We have two packages now, one for the server and one for the actual library. --- web/settings.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'web/settings.py') 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" } -- cgit v1.2.3-70-g09d2