diff options
Diffstat (limited to 'pre-run.sh')
-rwxr-xr-x | pre-run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ find . -name \*.py -print0 | xargs -0 egrep -vc "#|^\s*$" | grep -v ":0$" | gr python3 reset-django.py echo After cleanup deletion, remake all migrations. python3 manage.py makemigrations >/dev/null +python3 manage.py migrate python3 manage.py test python3 manage.py check -v 3 --deploy 2>security-warnings.txt >/dev/null python3 manage.py check -v 3 --deploy |