# import django´s base AppConfig class from django.apps import AppConfig # define the configuration class for the 'evapp' application class EintrittConfig(AppConfig): # give the app a name name = 'eintritt'