All checks were successful
continuous-integration/drone/push Build is passing
6 lines
139 B
Bash
6 lines
139 B
Bash
#!/usr/bin/env bash
|
|
|
|
python manage.py makemigrations --noinput
|
|
python manage.py migrate --noinput
|
|
python manage.py collectstatic --noinput
|