Django Software Stack
11–20 of 28 posts
Re: Django Software Stack
#12I love python and Django but this highlights one of the main things I don't like about Django development, the thousand of packages you end up using.
Re: Django Software Stack
#13We use pip over easy_install http://pip.openplans.org/
Re: Django Software Stack
#14Re: Django Software Stack
#15We use pip over easy_install http://pip.openplans.org/
pip + requirements file + virtualenv (virtualenvwrapper) makes the setup of an development environment really easy. With virtualenvwrapper you can hook into different scripts, for example when you start/switch working on a project
Re: Django Software Stack
#16Re: Django Software Stack
#17Re: Django Software Stack
#18I wonder what the author means by "non-mission critical?" Someone considering writing a web app in Django/Rails that is used by thousands of customers might be scared off by that statement.
Re: Django Software Stack
#19Earlier quoted context omitted.
pip + requirements file + virtualenv (virtualenvwrapper) makes the setup of an development environment really easy. With virtualenvwrapper you can hook into different scripts, for example when you start/switch working on a project
I've been bitten by this a few times as pypi was down. I still do this, but I'm thinking about setting up some private hosting for the libs I need.
Re: Django Software Stack
#20"As far as (non-mission critical)web frameworks go, I think these days you have two options: Python/Django and Ruby/Rails." I wonder what the author means by "non-mission critical?" Someone considering writing a web app in Django/Rails that is used by thousands of customers might be scared off by that statement.