Move back to Python 🙃

This commit is contained in:
Joakim Hellsén 2024-02-18 22:00:28 +01:00
commit d7be14f5a2
60 changed files with 757 additions and 5605 deletions

8
feeds/apps.py Normal file
View file

@ -0,0 +1,8 @@
from django.apps import AppConfig
class FeedsConfig(AppConfig):
"""This Django app is responsible for managing the feeds."""
default_auto_field = "django.db.models.BigAutoField"
name = "feeds"