mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 06:13:55 +01:00
4 lines
110 B
Bash
Executable file
4 lines
110 B
Bash
Executable file
#!/bin/bash
|
|
set -eux
|
|
python manage.py migrate --noinput
|
|
gunicorn charasheet.wsgi -b 0.0.0.0:8000 --log-file -
|