On Wed, Apr 29, 2009 at 10:44 PM, meppum <mmep...@gmail.com> wrote: > > Just wanted to get an idea of what tools others were using to manage > the dependencies between their code and other projects. For instance, > if I have a project that uses django registration, voting, and tags > I'd like to have an automated way of downloading this source code when > i deploy to new locations. I guess sort of like Maven for Java. What > are my options?
Coming from the zope world I found buildout the way to deal with this kind of things, there are two nice post from dan fairs which are fairly introductory[1][2], which even points to some nice paster templates for making all the boilerplate for you (even setting up everything for serving static files and that kind of mess you do when in dev mode). I use that method for all my django projects, although it's a little "slow" to run, the amount of time and mess when dealing with bureaucratic project stuff is cut dramatically. [1] http://www.stereoplex.com/two-voices/a-django-development-environment-with-zc-buildout[2] http://www.stereoplex.com/two-voices/fez-djangoskel-django-projects-and-apps-as-eggs -- Matías Iturburu Revoluciones Informáticas www.revolucionesweb.com.ar http://www.linkedin.com/in/miturburu --~--~---------~--~----~------------~-------~--~----~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---