dict provider #631
Unanswered
arun-parihar-bst
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am injecting dictionary of providers via container I want to access that via wiring in my views.py file as Provider itself(class)
when I am using syntax like website_handler=Depends(Provide[WebsiteManagerFactory.websites_handler.provider])
I am getting website_handler as <dependency_injector.providers.Dict({})> now how should I access my providers from this syntax?
Beta Was this translation helpful? Give feedback.
All reactions