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


class HomeworkConfig(AppConfig):
    name = 'homework'