WMDE
/
eva
forked from tohe/eva
7
1
Fork 0
eva/evapp/apps.py

8 lines
212 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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'