skillbox/server/assignments/apps.py

6 lines
98 B
Python

from django.apps import AppConfig
class StudententryConfig(AppConfig):
name = 'assignments'