Overwrite some views in settings.py
If you app defines some URLs with a name, and you want to overwrite this at project level with a different view you can use this snippet. You only need to change on line in the application code (the import statement).
- urls
- settings
- reverse