Setup STATIC_URL in conf/settings.py
This commit is contained in:
@@ -1 +1,9 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user