DJango displaying incorrect view
I am trying my best to learn Django for the past few days, and I came across an unusual problem. I know this is very basic form some, so I’m asking for your help on this one. I created two different views that will show two different outputs. from django.shortcuts import render from django.template import… Read More DJango displaying incorrect view