7 lines
139 B
Bash
Executable File
7 lines
139 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
python manage.py migrate --no-input
|
|
python manage.py collectstatic --no-input
|
|
|
|
gunicorn logs_collector.wsgi:application
|