podcasts for some ears only.
Go to file
zeitschlag c3794a4c9f Add basic media-handling (#2) 2023-05-21 14:45:52 +02:00
.idea Add pycharm-project (#1) 2023-05-17 22:25:16 +02:00
ventilator Add basic media-handling (#2) 2023-05-21 14:45:52 +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
requirements.txt Add basic data model (#2) 2023-05-18 19:01:49 +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.