4 lines
99 B
Bash
4 lines
99 B
Bash
#!/bin/sh
|
|
python manage.py migrate
|
|
python manage.py makesuper
|
|
gunicorn demo.wsgi --bind=0.0.0.0:80
|