4 lines
No EOL
120 B
Bash
Executable file
4 lines
No EOL
120 B
Bash
Executable file
#!/bin/bash
|
|
python manage.py migrate --noinput
|
|
python manage.py clear_cache
|
|
python manage.py collectstatic -c --no-input |