mirror of
https://github.com/status-im/cabot.git
synced 2025-02-25 02:45:16 +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
|