One point that's worth mentioning in this context:
If you rely on building native libraries for custom Python packages of your own 
or those created by third parties consider avoiding the automatic systems that 
do security updates in the background.
We had a sysadmin at point who insisted on this and had a series of package 
breakages as the library dependencies broke. 
HTH
Ed

E Hartley
ed.hart...@gmail.com





On 15 May 2013, at 10:57, Harry Percival <harry.perci...@gmail.com> wrote:

> Dear UK Python chums,
> 
> some of you probably know I'm writing a book about TDD for O'Reilly.  I'm 
> looking for some help with the (first) chapter on deployment.
> 
> http://www.obeythetestinggoat.com/what-to-say-about-deployment.html
> 
> What do you use for deployment?  Do you have any kind of automated scripts? 
> How do you manage virtualenvs, the database, apache/uwsgi config... What do 
> you think might work as a sort of "best practice lite" for a simple site for 
> beginners?  (django, sqlite database, static files)
> 
> -- 
> ------------------------------
> Harry J.W. Percival
> ------------------------------
> Twitter: @hjwp
> Mobile:  +44 (0) 78877 02511
> Skype:         harry.percival
> _______________________________________________
> python-uk mailing list
> python-uk@python.org
> http://mail.python.org/mailman/listinfo/python-uk

_______________________________________________
python-uk mailing list
python-uk@python.org
http://mail.python.org/mailman/listinfo/python-uk

Reply via email to