I got completely stuck deploying django to production.
I deployed my project using apache and mod_wsgi, and then it hangs I access it with browser.
Neither django nor apache gives me any errors at all, so I can't guess the cause of problem.
Since it can be accessed by starting with "runserver",
I think there's nothing wrong with the project.
Also, I can access it successfully when I deployed a simple test app with apache and mod_wsgi,
I think there is no problem with the configuration of apache, mod_wsgi and my server.
It would be very helpful if you give me any idea of the cause or way of investigate it.
My environment
django : 2.1.15
mod_wsgi : 4.7.1
apache : 2.4.6