angrybeanie_wagtail/podcasts/apps.py
2025-07-25 21:32:16 +10:00

6 lines
148 B
Python

from django.apps import AppConfig
class PodcastsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'podcasts'