added hook
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Josue Gomez 2020-06-27 11:59:22 -06:00
parent 20b46dff64
commit 1e7cd6be59

5
.hooks/pre_deploy.sh Normal file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
python manage.py makemigrations --noinput
python manage.py migrate --noinput
python manage.py collectstatic --noinput