from django.apps import AppConfig class CommunityConfig(AppConfig): """Peer review, discussion, voting, reporting and notifications.""" default_auto_field = "django.db.models.BigAutoField" name = "apps.community" label = "community" verbose_name = "Community"