4 lines
No EOL
116 B
Bash
4 lines
No EOL
116 B
Bash
#!/bin/bash
|
|
python manage.py migrate --noinput
|
|
python manage.py clear_cache
|
|
python manage.py collectstatic --noinput |