added django_extensions to docker image

This commit is contained in:
Jenny Danzmayr 2024-09-17 00:04:54 +02:00
parent 7f67d68312
commit b643494a0f
2 changed files with 4 additions and 1 deletions

View file

@ -59,6 +59,9 @@ beat)
manage)
exec python manage.py ${*:2}
;;
shell)
exec python manage.py shell_plus ${*:2}
;;
migrate)
exec python manage.py migrate ${*:2}
;;