Fix data directory settings

This commit is contained in:
Raphael Michel
2015-06-03 00:29:36 +02:00
parent 8430da34ca
commit f68132f006
3 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
cd /pretix/src
export DJANGO_SETTINGS_MODULE=pretix.settings
export MEDIA_ROOT=/data/
export DATA_DIR=/data/
python3 manage.py migrate
python3 manage.py compress
gunicorn \