Re: Django Development Environments

2011-06-07 Thread Bjarni Rúnar Einarsson
Dev: - Ubuntu 11.04 (netbook) - vim - git - in-memory mocks of user DB - bundled Django dev server + PageKite for testing & showing coworkers Production: - debian stable (linode) - redis for replicated user DB / sqlite for rarely-changing site content - lighttpd + fastcgi/flup (hot pages c

Re: Django Development Environments

2011-06-07 Thread Mário Neto
Dev. Mac OS X PyCharm Virtualenv pip Mercurial (Bitbucket) debug-toolbar and extensions Prod. 1 RedHat Apache mod_wsgi Prod. 2 Debian Cherokee uwsgi 2011/6/7 Xavier Ordoquy > Hi, > > > Xavier, could you point to any resources about using buildout with > Django, virtualenv and pip? I'm assumin

Re: Django Development Environments

2011-06-07 Thread Xavier Ordoquy
Hi, > Xavier, could you point to any resources about using buildout with Django, > virtualenv and pip? I'm assuming you're using it to deploy things into > production, right? I usually use virtualenv / pip for early development as it requires almost no setup. I prefer using buildout once the

Re: Django Development Environments

2011-06-06 Thread Ovnicraft
On Sun, Jun 5, 2011 at 10:11 AM, Developr wrote: > Hi! > > I'm currently developing for Django using the following the setup: > > Ubuntu 10.10 > PyCharm > VirtualEnv > Yolk > Pip > > For testing I generally just use the inbuilt dev server that Django > provides. > > For production I'm currently u

Re: Django Development Environments

2011-06-06 Thread Nolan Brubaker
Dev: OS X 10.6 MacVim virtualenv/pip TDD (unit test), bundled Django dev server Production: RHEL 5.5, 6.0 Apache for static files mod_wsgi Xavier, could you point to any resources about using buildout with Django, virtualenv and pip? I'm assuming you're using it to deploy things into productio

Re: Django Development Environments

2011-06-05 Thread Shawn Milochik
On 06/05/2011 12:38 PM, Xavier Ordoquy wrote: For production: Ubuntu (10.x for now) buildout nginx + gunicorn stack Regards, Xavier. +1 for gunicorn & nginx -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email

Re: Django Development Environments

2011-06-05 Thread Simon Connah
On 5 Jun 2011, at 16:11, Developr wrote: > Hi! > > I'm currently developing for Django using the following the setup: > > Ubuntu 10.10 > PyCharm > VirtualEnv > Yolk > Pip > > For testing I generally just use the inbuilt dev server that Django > provides. > > For production I'm currently using

Re: Django Development Environments

2011-06-05 Thread Xavier Ordoquy
Hi > Ubuntu 10.10 > PyCharm > VirtualEnv > Yolk > Pip OSX PyCharm virtualenv + pip and/or buildout django-command-extensions and django-debug-toolbar > For testing I generally just use the inbuilt dev server that Django > provides. TDD (unit tests) + BDD (freshen) > For production I'm currentl

Re: Django Development Environments

2011-06-05 Thread Martin
Ubuntu 11.04 Wing IDE virtualenv pip github TDD using the inbuild dev server Production: Hosted on Webfaction nginx for static files Apache with mod_wsgi Best regards, Martin On Sun, Jun 5, 2011 at 11:11 PM, Developr wrote: > Hi! > > I'm currently developing for Django using the following the