6 lines
81 B
Python
Raw Normal View History

from django.apps import AppConfig
class AppConfig(AppConfig):
name = 'app'