add support for opening hours that automatically change over time

This commit is contained in:
2024-07-08 02:42:02 +02:00
parent ada7d25083
commit 355887518b
23 changed files with 834 additions and 18 deletions

View File

@ -0,0 +1,6 @@
from django.apps import AppConfig
class OpeninghoursConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "openinghours"