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


class StaffConfig(AppConfig):
    """Django AppConfig for the staff app."""

    name = 'pydis_site.apps.staff'