podcasts for some ears only.
Go to file
zeitschlag f08c53c69b Add some more information to README (#1) 2023-05-18 11:10:33 +02:00
.idea Add pycharm-project (#1) 2023-05-17 22:25:16 +02:00
ventilator Add django-project (#1) 2023-05-17 22:24:56 +02:00
.gitignore Initial commit 2023-05-15 20:43:33 +02:00
README.md Add some more information to README (#1) 2023-05-18 11:10:33 +02:00
manage.py Add django-project (#1) 2023-05-17 22:24:56 +02:00
requirements.txt Add django-project (#1) 2023-05-17 22:24:56 +02:00

README.md

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.