Suppose I have an django application which doesn't exist or is not included in INSTALLED_APPS in settings.py.
How to handle such an error? And at exactly what point in the flow is this error occurring?
I want to redirect the user to 404 page if such an error has occurred.