How to override a view from an external Django app
| by jpic | django python best-practice
This article describes how to override a view from an external Django app which is a FAQ on StackOverflow and IRC.
You should understand that your urls.py is a really central and critical part of your django project.
You don’t touch external app code You are not supposed to edit the code from an external app. Unless you fork it first on github.
How to override without forking Overriding a template If you want to override templates/userena/activate_fail.
Read More