initial commit

This commit is contained in:
Edward Tirado Jr 2025-03-30 00:57:14 -05:00
commit 7409caf072
189 changed files with 38056 additions and 0 deletions

6
users/apps.py Normal file
View file

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