aboutsummaryrefslogtreecommitdiff
path: root/user_profile/apps.py
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-08-25 18:23:36 -0400
committerBobby <[email protected]>2024-08-25 18:23:36 -0400
commitc6c9c18c39b94cbb1db1c54a5993045c56e49c7e (patch)
tree5709a2caad01b3b2e12086a6af20ced2763dae81 /user_profile/apps.py
parentd846d0fa4483c9ea91e1082aac0f7aea9ed64653 (diff)
downloadyugen-c6c9c18c39b94cbb1db1c54a5993045c56e49c7e.tar.xz
yugen-c6c9c18c39b94cbb1db1c54a5993045c56e49c7e.zip
Better auth for SSR. Profile and Watch prep
Diffstat (limited to 'user_profile/apps.py')
-rw-r--r--user_profile/apps.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/user_profile/apps.py b/user_profile/apps.py
new file mode 100644
index 0000000..e346a86
--- /dev/null
+++ b/user_profile/apps.py
@@ -0,0 +1,6 @@
+from django.apps import AppConfig
+
+
+class UserProfileConfig(AppConfig):
+ default_auto_field = "django.db.models.BigAutoField"
+ name = "user_profile"