4 lines
166 B
Bash
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
|