Skip to content
Snippets Groups Projects
apps.py 89 B
from django.apps import AppConfig


class MentorsConfig(AppConfig):
    name = 'mentors'