Re: locale name conflict (deploy issue)

2008-08-24 Thread msaelices
Maybe you have an __init__.py inside locale directory? On 16 ago, 13:12, dcoy <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to deploy my django project to my VPN (CentOS 5 python > 2.4). I'm having ALL kinds of issues, nothing seems to work after > following the steps in the installation docume

Django deployment with buildout

2008-06-06 Thread msaelices
Buildout [1] is a great tool for deployment of projects created by zope3 and used in other projects like Plone. It is based on python "recipes" which could install whatever. I just created a project for easily deploy django in three possible configurations: * Apache + mod_python * Apache + mo