aboutsummaryrefslogtreecommitdiffstats
path: root/web/settings.py
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-02-27 11:24:22 -0500
committerThibaut Horel <thibaut.horel@gmail.com>2014-02-27 11:24:22 -0500
commit473ef7e26fc8d2c6b26e66b80d50e49c18fa24f8 (patch)
treea33e209a563490affe14a7b962b6774a008eaa64 /web/settings.py
parentc40ad3ecef221e3f3d6a8633687c896603d493a0 (diff)
downloadocr-layer-curation-473ef7e26fc8d2c6b26e66b80d50e49c18fa24f8.tar.gz
Basic tornado app displaying a page image and associated text side by side
Diffstat (limited to 'web/settings.py')
-rw-r--r--web/settings.py7
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"
+}