mirror of
https://github.com/status-im/cabot.git
synced 2025-02-23 09:58:06 +00:00
4 lines
85 B
Bash
Executable File
4 lines
85 B
Bash
Executable File
#!/bin/bash
|
|
foreman run python manage.py syncdb
|
|
foreman run python manage.py migrate
|