aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/content/apps.py
blob: 96019e1c409c39c7fdb34bb34feb6cf5d781c5b6 (plain) (blame)
1
2
3
4
5
6
7
from django.apps import AppConfig


class ContentConfig(AppConfig):
    """Django AppConfig for content app."""

    name = 'pydis_site.apps.content'