django-gallery/run.sh
c0de 88d195c207 Initial Commit
This project will be to create an image gallery
with support for private 'folders' as well as other
ideas that I have
2018-03-08 19:23:19 -06:00

7 lines
178 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 migrate
python manage.py runserver 0.0.0.0:8000