mirror of
https://github.com/status-im/cabot.git
synced 2025-02-23 01:48:07 +00:00
6 lines
111 B
Bash
Executable File
6 lines
111 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
python manage.py migrate
|
|
python manage.py collectstatic --noinput
|
|
# python manage.py compress
|