mirror of
https://github.com/status-im/cabot.git
synced 2025-02-24 02:18:08 +00:00
4 lines
85 B
Bash
4 lines
85 B
Bash
|
#!/bin/bash
|
||
|
foreman run python manage.py syncdb
|
||
|
foreman run python manage.py migrate
|