mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
6 lines
71 B
Plaintext
6 lines
71 B
Plaintext
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
python manage.py migrate
|
||
|
|
||
|
python manage.py rqworker
|