2021-03-25 16:13:17 +03:00

6 lines
91 B
Python

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