move to root directory

This commit is contained in:
Osman Faruk Bayram 2025-04-28 16:40:32 +03:00
parent 74681d0be6
commit d4b75f60e6
20 changed files with 0 additions and 0 deletions

6
account/apps.py Normal file
View file

@ -0,0 +1,6 @@
from django.apps import AppConfig
class AccountConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'account'