Skip to content

Commit 0a7401f

Browse files
authored
Create profile and legal address on apisix auth (#2650)
1 parent 215bef1 commit 0a7401f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main/settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1311,6 +1311,8 @@
13111311
# field name, and default. The FK for the related user should be "user".
13121312
"additional_models": {
13131313
# ..then add additional ones here if needed
1314+
"users.UserProfile": [],
1315+
"users.LegalAddress": [],
13141316
},
13151317
}
13161318

0 commit comments

Comments
 (0)