django-gallery/run.sh

8 lines
210 B
Bash
Executable File

#!/bin/sh
cd /portal
#cp msmtprc /etc
sleep 1 # Hopefully enough for the database to start accepting connections
python manage.py makemigrations
python manage.py migrate
python manage.py runserver 0.0.0.0:8000