What I want to know is actually 2 things.
Part 1:
I have developed source code for an application in python that uses a Django framework. I want to be able to run the code on the developer's machine and see the result. What do I need for this? (my guess): Python development environment (Eclipse / PyDev / Aptana Studio 3 seems to be better for windows, but not sure about Linux)
I also have an already configured postgre database (I know there is a file where I have to specify connection information)
- is something installed from django or will it be already included in the code that I have?
Part II:
I also want to make the dev server accessible over the Internet. - This is the main part of the question and the most important. How to publish the application?
βI have a Linux machine in which I would do this, but Iβm not sure what I need.β Apache server?
StanM source share