This commit is contained in:
parent
20b46dff64
commit
1e7cd6be59
5
.hooks/pre_deploy.sh
Normal file
5
.hooks/pre_deploy.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
python manage.py makemigrations --noinput
|
||||
python manage.py migrate --noinput
|
||||
python manage.py collectstatic --noinput
|
||||
Loading…
Reference in New Issue
Block a user