example-of-crud-in-django-w.../release-tasks.sh
2021-07-15 16:04:05 +02:00

5 lines
135 B
Bash
Executable File

rm -rf app/library/migrations
python manage.py makemigrations library
python manage.py migrate
python manage.py runscript create_books