2026-05-20 02:35:48 +00:00

6 lines
96 B
Python

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