Re: Django Development Environments
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 nginx and FapWS3 - whilst it works
> great, with FapWS3 not running threaded I'm looking into other
> alternatives.
>
> I'm curious to see what other developers are using for their
> projects!
>
> Thanks.
For development:
Mac OS X
MacVim
Virtualenv (production also)
Pip (production also)
Mercurial and Bitbucket (used for deployment also)
For production:
Debian 6 / Ubuntu 10.04
Nginx + Flup (FastCGI configuration)
Daemontools
Soon to be integrating Fabric into production process too
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home