5 lines
151 B
Bash
Executable File
5 lines
151 B
Bash
Executable File
#!/bin/sh
|
|
python3 /lama/manage.py makemigrations account_helper && \
|
|
python3 /lama/manage.py migrate && \
|
|
python3 /lama/manage.py runserver 0.0.0.0:80
|