move changes into master #41

Merged
corbz merged 29 commits from staging into master 2024-08-14 19:32:19 +00:00
Showing only changes of commit f01503eb7e - Show all commits

View File

@ -1,8 +1,6 @@
#!/bin/sh
python manage.py collectstatic
python manage.py flush --no-input
python manage.py migrate
exec "$@"