xiv.pet/runserver.sh
2024-05-09 16:53:05 +10:00

4 lines
99 B
Bash

#!/bin/sh
python manage.py migrate
python manage.py makesuper
gunicorn demo.wsgi --bind=0.0.0.0:80