Files
atabackend/accounts/apps.py
Beyhan Oğur d50f14bcb1 first commit
2026-04-26 22:20:45 +03:00

6 lines
91 B
Python

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