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