html-over-websockets-with-d.../app/website/apps.py

7 lines
150 B
Python
Raw Permalink Normal View History

2021-11-08 23:32:13 +01:00
from django.apps import AppConfig
class WebsiteConfig(AppConfig):
2021-11-12 13:52:41 +01:00
default_auto_field = "django.db.models.BigAutoField"
name = "app.website"