mirror of
https://github.com/status-im/cabot.git
synced 2025-02-24 10:28:06 +00:00
8 lines
202 B
Bash
Executable File
8 lines
202 B
Bash
Executable File
#!/bin/sh
|
|
|
|
python manage.py syncdb --noinput
|
|
python manage.py migrate cabotapp --noinput
|
|
python manage.py migrate djcelery --noinput
|
|
python manage.py collectstatic --noinput
|
|
# python manage.py compress
|