[Answer]-How do I force the Django process to crash on a view import error?

1👍

I don’t believe so. Django itself is designed to be a framework with a testing server (and as a server, it isn’t supposed to crash unless in extreme circumstances). According to OP, the problem is with a race condition in Django’s bootstrapping. I have found the answer (as solved by someone else) here

Leave a comment