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