Fix for not loaded config when in dev mode

This commit is contained in:
2016-08-18 12:13:07 +02:00
parent 1d2bc0607f
commit 36feb2e68c

View File

@@ -11,7 +11,8 @@ fi
if [ "$DEV" = "true" ]; then
echo "Running in development mode"
bash manage.sh runserver --host='0.0.0.0'
cd /data/git/blender-cloud
bash /manage.sh runserver --host='0.0.0.0'
else
# Run Apache
a2enmod rewrite