I there a way to render a html page without having a vide model in django? If a page is going to display static html?
Also, can I redirect to a html page instead of a url. For example, instead of doing this
return HttpResponseRedirect('form/success/')
can I do this
return HttpResponseRedirect('success.html')