# HG changeset patch # User rougeronj # Date 1421341017 -3600 # Node ID 2e2414765a5984519e1b7ff35bd8e1b8f86f3410 # Parent 9611905b58fe39ef6c27ca125914d70af2707146 Add Debug var to the config template diff -r 9611905b58fe -r 2e2414765a59 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