1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2022-04-26 21:08:37 +10:00
parent 5c5a00bae1
commit 5b13bc00bc
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ backup_database() {
post_update() {
docker-compose run --rm app python manage.py migrate --noinput
docker-compose run --rm app python manage.py directory_importdata all
docker-compose run --rm app python manage.py collectstatic --noinput
docker-compose run --rm app python manage.py post_update
}