relay/app/feedcontent/apps.py
2025-11-30 17:03:53 +01:00

6 lines
158 B
Python

from django.apps import AppConfig
class FeedcontentConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "app.feedcontent"