Dockerization, whitenoise serving static, refactor

This commit is contained in:
Luciano Gervasoni
2025-04-04 10:53:16 +02:00
parent 5addfa5ba9
commit 4dbe2e55ef
39 changed files with 708 additions and 1238 deletions

6
app_urls/fetcher/apps.py Normal file
View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class FetcherConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'fetcher'