Added some logic

This commit is contained in:
maciejrusek
2026-03-12 23:24:14 +01:00
parent ca605ac59d
commit 8b55be1b9c
48 changed files with 240 additions and 7 deletions

View File

@@ -3,3 +3,9 @@ from django.apps import AppConfig
class UserConfig(AppConfig):
name = 'apps.user'
def ready(self):
return super().ready()

View File