I don't think the DISABLED/ENABLED paths stuff is very useful. For example DJANGOBOOK_DISABLED_PATHS = [r'^admin/'] does nothing because the browser pulls favicon.ico as well. Any ideas how we can do it better?
I don't think the DISABLED/ENABLED paths stuff is very useful.
For example DJANGOBOOK_DISABLED_PATHS = [r'^admin/'] does nothing because the browser pulls favicon.ico as well.
Any ideas how we can do it better?