-
i am using base models. not abstract.
I want to have a filter queryset to get the Account given the CustomUser object. What's the easiest way? |
Beta Was this translation helpful? Give feedback.
Answered by
simkimsia
May 12, 2022
Replies: 1 comment
-
Both models above are in the app called So what I did is I have a function in
see #233 for an application of this method |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
simkimsia
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Both models above are in the app called
core
in Django 3.2So what I did is I have a function in
core/services.py
see #233 for an application of this method