podcast normalize previous squash

This commit is contained in:
Your Name 2023-02-03 17:00:46 -05:00 committed by Henri Dickson
parent 0daf3b49e7
commit 7a1fbe0258

View file

@ -1,5 +1,8 @@
#!/bin/sh
[ -f manage.py ] || exit
echo Dry Run MakeMigrations:
python3 manage.py makemigrations --dry-run
echo Planned Migrations:
python3 manage.py migrate --plan
while true; do