No description
bin | ||
docs | ||
publichealth | ||
vagrant | ||
.gitignore | ||
fabfile.py | ||
manage.py | ||
Procfile | ||
readme.md | ||
requirements.txt | ||
runtime.txt | ||
stellar.yaml | ||
Vagrantfile |
Public Health Schweiz
sudo apt-get install python3-venv python3-dev pyvenv env . env/bin/activate
pip install -U pip pip install -r requirements.txt
./manage.py migrate ./manage.py createsuperuser ./manage.py runserver