I am new in django/python. I am currently using django's in-built server for development.
I want to configure apache to run django. As with some google search, I found that I need mod_wsgi, which I have installed on my windows 10.
However putting django in htdocs is still not working. Can someone help?