from django.apps import AppConfig


class CareersConfig(AppConfig):
    default_auto_field = "django.db.models.BigAutoField"
    name = "apps.alumni.careers"
    # Label kept as ``rep_career`` so the existing db_tables (rep_career_*),
    # the ``rep_career.post_job_listing`` permission, and the ContentType
    # app_label survive the move out of ``apps.rep`` with no data migration.
    label = "rep_career"
    verbose_name = "Careers & Job Board"
