django-gallery/run.sh

8 lines
210 B
Bash
Raw Normal View History

#!/bin/sh
cd /portal
#cp msmtprc /etc
sleep 1 # Hopefully enough for the database to start accepting connections
2018-03-09 04:29:30 +00:00
python manage.py makemigrations
python manage.py migrate
python manage.py runserver 0.0.0.0:8000