Commit ed960ebd authored by sim's avatar sim

Put django settings back in gargantext/ because it is shared by modules

parent ede2bbd8
......@@ -16,7 +16,7 @@ import datetime
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
# Quick-start development settings - unsuitable for production
......
......@@ -2,7 +2,7 @@
ENV_FILE=.env
ENVIR=${ENVIR:-dev}
DSM=gargantext.backend.settings
DSM=gargantext.settings
GARGANTEXT_CONF=${GARGANTEXT_CONF:-gargantext.ini}
POSTGREST_CONF=${POSTGREST_CONF:-postgrest.conf}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment