2023-12-10 23:09:33 +01:00
|
|
|
#!/bin/sh
|
|
|
|
source /home/shimatta/kenkyusho/.venv/bin/activate
|
|
|
|
cd /home/shimatta/kenkyusho/shimatta_kenkyusho
|
|
|
|
python manage.py migrate --settings shimatta_kenkyusho.settings_production
|
2023-12-11 00:34:43 +01:00
|
|
|
python manage.py collectstatic --settings shimatta_kenkyusho.settings_production --noinput
|
2023-12-10 23:09:33 +01:00
|
|
|
gunicorn -w 4 shimatta_kenkyusho.wsgi:application
|