Page implementation not found in django and looked through 404 documentation
I do not get the page not found error, while ami is doing here
In my code in the urls, I did the following,
url(r'^$', 'site_config.views.pagenotfound')
from django.http import Http404
def pagenotfound(request): return render_to_response('polls/pagenotfound.html', {})
django django-views
Rajeev Aug 29 2018-12-12T00: 00Z
source share