This repository has been archived on 2019-10-12. You can view files and clone it, but cannot push or open issues or pull requests.

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