1 2 3 4 5 6 7 8
import os from django.apps import AppConfig class NSAppConfig(AppConfig): name = 'nsapp' path = os.path.dirname(__file__)