diff --git a/.buildbot/deploy/02-setup.sh b/.buildbot/deploy/02-setup.sh index 83a99cd..9cc9527 100644 --- a/.buildbot/deploy/02-setup.sh +++ b/.buildbot/deploy/02-setup.sh @@ -1 +1,9 @@ python setup.py django + +if test -n "$ROOT_URI" ; then + cat <> conf/settings.py + +STATIC_URL = '${ROOT_URI}/static/' + +E-O-H +fi