django setup with Apache, mod_wsgi and cx_Oracle
- by pablo
Hi,
I need to setup the same django project on several identical servers.
Details:
- os - free edition of oracle enterprise linux 5
- Apache / mod_wsgi
- python
- custom python2.6 installation
- oracle db with cx_Oracle
What is the simplest way to set it up?
Would you recommend creating a system user for the django project and use daemon mode?…