-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
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
'NoneType' object is not subscriptable #57
Comments
Please post the full traceback of the error as well as the code which triggers it. |
I'm using django 2.01 and django-chartit 0.2.9 def NIS_by_Status_view(request):
dashboard.html {% extends 'mamias/mamias.html' %} <title>MAMIAS | {% block title %} Dashboard {% endblock %}</title>
|
Post the python traceback. Also post the results of your query. |
I'm new in Django and how I can get the result of the query |
|
def query(request): having problem |
your resulting object This is not a general Django support forum, this issue tracker is meant only for issues related to django-chartit! |
here is the result of the query |
'NoneType' object is not subscriptable
The text was updated successfully, but these errors were encountered: