Files
2020-08-10 11:44:02 +08:00

6 lines
89 B
Python

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