Add Debug var to the config template
authorrougeronj
Thu, 15 Jan 2015 17:56:57 +0100
changeset 88 2e2414765a59
parent 87 9611905b58fe
child 89 b4bd49f01837
Add Debug var to the config template
annot-server/settings.py.tmpl
--- a/annot-server/settings.py.tmpl	Tue Jan 13 15:27:20 2015 +0100
+++ b/annot-server/settings.py.tmpl	Thu Jan 15 17:56:57 2015 +0100
@@ -11,3 +11,5 @@
 LDT_PLATFORM_BASE_URL = 'http://ldt.iri.centrepompidou.fr/ldtplatform'
 
 SYNC_POST_PARAM = {}
+
+DEBUG = True
\ No newline at end of file