This commit is contained in:
2026-05-22 22:36:49 -03:00
parent 7a6148396f
commit b61692bfe0
3 changed files with 28 additions and 1 deletions

7
accounts/apps.py Normal file
View File

@@ -0,0 +1,7 @@
from django.apps import AppConfig
class AccountsConfig(AppConfig):
name = 'accounts'