ventilator/README.md

768 B

Ventilator

Run it

# do the env-dance
$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py runserver

Development

  • Standard Django-project
  • Keep it simple. No overengineered JS-frontend-stuff, when it's not necessary. Thank you :)
  • Feel free to grab an issue and just work on it :) PRs are always welcome! Thank you for you help!
  • We use git (obviously)
  • Don't commit without an issue-reference in the commit-message. PRs won't be squashed.