apps.py 110 Bytes
from django.apps import AppConfig


class ScientificProgramConfig(AppConfig):
    name = 'scientific_program'