> > >> >> Please explain "TypeError: handle_404() got an unexpected keyword >> argument 'exception'" >> > > It means literally that "handle_404() got an unexpected keyword argument > 'exception'", how are you calling handle_404()? > > Thanks for your help. In my urls.py I have this...
django.conf.urls.handler404 = "main.controllers.controllers.handle_404" I believe that invokes the handle_404 function in the main/controllers/controllers.py file? cs -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/4b16d282-9310-48bb-9195-03ae1b00cbd2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

