Files
django-dav-events/.buildbot/deploy/02-setup.sh
Jens Kleineheismann 60ec7bd29f
Some checks failed
buildbot/tox Build done.
buildbot/django-dav-events-install Build done.
UPD: changed the django env directory name
2020-04-23 13:20:49 +02:00

14 lines
375 B
Bash

django-dav-admin setup djangoenv
python env/django/manage.py enable_module dav_auth
python env/django/manage.py enable_module dav_events
python env/django/manage.py enable_module dav_registration
python env/django/manage.py enable_module dav_event_office
if test -n "$ROOT_URI" ; then
cat <<E-O-H >> djangoenv/main/settings.py
STATIC_URL = '${ROOT_URI}/static/'
E-O-H
fi