If using django >= 1.7 monkey patching will be handled by the apps machinery and you are supposed to get rid of old code in setting/__init__.py and in urls.py.
setting/__init__.py
urls.py
Read docs to understand how to fine tune which patches will be applied.
← Changelog
→ Documentation