Resolver404 Exception in Django

  • The Resolver404 exception is raised by resolve() if the path passed to resolve() doesn’t map to a view. 
  • It’s a subclass of django.http.Http404.

Comments

Popular posts from this blog

Messages Framework in Django

Forms in Django(bound, unbound, clean, is_valid, errors)

Advantages to using URLField() over TextField()