init commit

init commit
This commit is contained in:
Trey t
2023-06-11 20:09:22 -05:00
commit a2fd663255
946 changed files with 38811 additions and 0 deletions

6
registered_user/apps.py Normal file
View File

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