Daily Archives: December 4, 2011

Deploying Django applications in a scalable way

Pip or easy_install inside a virtual environment is great for development purposes when you want all your dependencies isolated from your system. It’s great to manage dependencies and reproduce the same development environment across different developers at any given time. … Continue reading

Posted in Best practices, Deployment, Django, Python, Scalability | Tagged , , | Leave a comment