Setup STATIC_URL in conf/settings.py

This commit is contained in:
2019-10-11 16:55:00 +02:00
parent bc2a7eacb3
commit 6b6f03301e

View File

@@ -1 +1,9 @@
python setup.py django python setup.py django
if test -n "$ROOT_URI" ; then
cat <<E-O-H >> conf/settings.py
STATIC_URL = '${ROOT_URI}/static/'
E-O-H
fi