You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The context_instance parameter in render_to_response was deprecated in Django 1.8, and removed in Django 1.10.
So I propose to use render instead.
And I also add simple form snippet to complete the code.
0 commit comments