I am of the PHP background and just have started to learn Django and Python (and loving it). I always used to install WAMP server for PHP development.
Now I dont know how do I configure Django to use PostgreSQL i.e how to make both communicate with each other. I have run some 'hello world' scripts with django. Curretly I have installed Python, django and PostgreSQL. here is the version information
- Python : 2.7.2 & 3.2 (i have installed both)
- Django : 1.3.1
- PostgreSQL : 9.1.2
- Apache : 2.2 (..this is from WAMP server)
- Os : Ms Windows 7 32-bits (x86)
Since django has builtin development server is it at all necessary to have apache installed and use it instead of that one? If we use the built-in server how we are supposed to configure it for PostgreSQL?.
mod_wsgithing. Apache was installed as a part of WAMP Server which i use for PHP.