We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have got error when i try to use django settings object. Something like this:
from django.conf import settings billing_config = settings.BILLING token = billing_config['Yandex']['token']
Got errors:
error: Value of type "_VT" is not indexable error: Invalid index type "str" for "dict"; expected type "_KT"
Is this real issue or I just should use some option in conf. file?
The text was updated successfully, but these errors were encountered:
Thanks for the report! Lets join it together with #312
Sorry, something went wrong.
No branches or pull requests
I have got error when i try to use django settings object.
Something like this:
Got errors:
Is this real issue or I just should use some option in conf. file?
The text was updated successfully, but these errors were encountered: