set DATAROOT to ROOT when this directory does not exist
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 19 Feb 2015 15:32:13 +0000 (16:32 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 19 Feb 2015 15:32:13 +0000 (16:32 +0100)
commit45ea7c4ae1398b959f23b4a47d584aa1986604bc
treebdcebd1a27583dd1d0a8711511133a33e4e2dc65
parent2ec2a8a6038acad1e34447cd59a911bcac19ee5e
set DATAROOT to ROOT when this directory does not exist
this is for a development environment
without this change the DB is unconditionnally located under /var/unfold which is not supposed to exist on a devel box
--
from __future__ import print_function
--
new flag DEBUG_SETTINGS
removed TEMPLATE_DEBUG which is not used anymore
myslice/settings.py