sst/tinkeing #2

Merged
mhu merged 3 commits from sst/tinkeing into master 2024-04-25 20:37:15 +02:00
Showing only changes of commit 7e0fc86b7f - Show all commits

View File

@ -2,5 +2,5 @@
source /home/shimatta/kenkyusho/.venv/bin/activate source /home/shimatta/kenkyusho/.venv/bin/activate
cd /home/shimatta/kenkyusho/shimatta_kenkyusho cd /home/shimatta/kenkyusho/shimatta_kenkyusho
python manage.py migrate --settings shimatta_kenkyusho.settings_production python manage.py migrate --settings shimatta_kenkyusho.settings_production
python manage.py collectstatic --settings shimatta_kenkyusho.settings_production python manage.py collectstatic --settings shimatta_kenkyusho.settings_production --noinput
gunicorn -w 4 shimatta_kenkyusho.wsgi:application gunicorn -w 4 shimatta_kenkyusho.wsgi:application