<no subject>
I have:
return render(request, 'gallery.html', {'gallery': gallery})
In the view, gallery.show_<tab> brings up gallery.show_map.
In gallery.html gallery.show_<tab> brings up gallery.view
How can I make pycharm understand the variables passed to the template?
return render(request, 'gallery.html', {'gallery': gallery})
In the view, gallery.show_<tab> brings up gallery.show_map.
In gallery.html gallery.show_<tab> brings up gallery.view
How can I make pycharm understand the variables passed to the template?
Please sign in to leave a comment.