added django_extensions to docker image
This commit is contained in:
parent
7f67d68312
commit
b643494a0f
2 changed files with 4 additions and 1 deletions
|
@ -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}
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue