Add Django project

This commit is contained in:
Joakim Hellsén 2024-01-30 02:30:43 +01:00
commit a70ccca169
21 changed files with 3691 additions and 1 deletions

4
feeds/__init__.py Normal file
View file

@ -0,0 +1,4 @@
"""This package contains the main Django app.
https://docs.djangoproject.com/en/5.0/ref/applications/
"""