10 lines
133 B
Bash
10 lines
133 B
Bash
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
|