I want to show instant error page when database host is unavailable. Default behavior for django is that ,when user requests , it takes long time and then displays error page.
Is there is any way to display some error instantly when database host is unreachable or database host is invalid with django without any delay ? Any suggestions ?