mirror of https://github.com/snachodog/mybuddy.git
5 lines
100 B
Bash
5 lines
100 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
python manage.py migrate
|
||
|
|
||
|
gunicorn babybuddy.wsgi:application --timeout 30 --log-file -
|