We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi mvasilkov
Here is an issue I have put on stackoverflow,
http://stackoverflow.com/questions/12930169/django-put-forloop-counter0-into-custom-tag-argument-list-possible
Please help.
Thank you very much.
The text was updated successfully, but these errors were encountered:
In case anyone finds this on google, I had this issue and ended up adding the functionality in #13
{% for key,value in data.items %} ... {% graph key "data" "options" %} ... {% endfor %}
{% for key,value in data.items %} <div id="{{ key }}"></div> {% endfor %}
Sorry, something went wrong.
No branches or pull requests
Hi mvasilkov
Here is an issue I have put on stackoverflow,
http://stackoverflow.com/questions/12930169/django-put-forloop-counter0-into-custom-tag-argument-list-possible
Please help.
Thank you very much.
The text was updated successfully, but these errors were encountered: