I 'm using django-lfs with default django-app.Its appear django-lfs override 404 default template. How to avoid this process
A:
Within the templates folder, there is should be a 404.html
. Remove that, and django defaults to the standard 404 page!
Lakshman Prasad
2010-06-08 14:06:41
I already put 404.html to django default templates folder. The File you suggest to remove is 404.html in lfs lib dir ?
vernomcrp
2010-06-08 14:11:13
There have another way to do this without remove 404.html from lfstheme?
vernomcrp
2010-06-08 14:29:33