gmba_django/init.sh

7 lines
137 B
Bash
Raw Normal View History

2022-09-25 10:19:08 +00:00
#!/bin/ash
2022-09-24 13:45:40 +00:00
#python manage.py migrate
2022-09-25 14:20:51 +00:00
python manage.py collectstatic --noinput
2022-09-24 13:45:40 +00:00
#
#gunicorn gmba_django.wsgi:application --bind [::]:8000