6 lines
137 B
Bash
Executable file
6 lines
137 B
Bash
Executable file
#!/bin/ash
|
|
#python manage.py migrate
|
|
|
|
python manage.py collectstatic --noinput
|
|
#
|
|
#gunicorn gmba_django.wsgi:application --bind [::]:8000
|