diff options
Diffstat (limited to 'web/settings.py')
| -rw-r--r-- | web/settings.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web/settings.py b/web/settings.py new file mode 100644 index 0000000..7a6156f --- /dev/null +++ b/web/settings.py @@ -0,0 +1,7 @@ +settings = { + "debug": True, + "template_path": "templates", + "static_path": "static", + "cookie_secret": "toto", + "login_url": "/login" +} |
