I am trying to setup my pi as a python web server. I already have Apache/PHP/MySQL running. I can't find the correct way to configure Django on Apache however. Can somebody help?
Tell me more
×
Raspberry Pi Stack Exchange is a question and answer site for
users and developers of hardware and software for Raspberry Pi. It's 100% free, no registration required.
|
Is there a particular RPI related issue you are experiencing whilst setting it up? There is documentation available explaining how to setup Apache with Django on Django official web site. |
|||||||
|
|
Is it really necessary to use Apache? You Pi won't be able to serve a large load of users anyway, so you might be able to run Django in development mode; |
|||
|
|
