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