Replies: 1 comment 9 replies
-
@remimd what would you put to Depends ? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Usually I work with FastAPI but I recently started a new personal project with django-ninja because I needed an administration interface quickly.
I quickly realized that I was missing an equivalent to
fastapi.Depends
which is a very efficient tool for factoring code.I think it would also be a good entry point to facilitate library integration into django-ninja.
I wanted to know if I'd missed anything in the documentation or if there were strategies I didn't know about to achieve this.
I'm curious to hear your opinion on this.
Beta Was this translation helpful? Give feedback.
All reactions