"""Content application configuration."""
from django.apps import AppConfig
[docs]
class ContentConfig(AppConfig):
"""Configuration for the content app."""
[docs]
default_auto_field = "django.db.models.BigAutoField"
[docs]
name = "coalition.content"
[docs]
verbose_name = "Content Management"