xiv.pet/runserver.sh
2024-05-09 17:18:17 +10:00

4 lines
166 B
Bash

#!/bin/sh
python manage.py migrate
python manage.py createsuperuser --username aly --email aly@aly.pet --noinput
gunicorn xivpet.wsgi:application --bind=0.0.0.0:8000