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


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

    name = 'staff'