Monday, April 30, 2012

Re: buildout development vs. deployment

On 30-04-12 13:08, Reikje wrote:
> Are you using a setup.py file with buildout? Currently I am not using
> one. My buildout.cfg lists all the dependencies

Yes, I use a setup.py. For me, a setup.py is for listing hard
dependencies of the code, especially for packages you include in your
buildout. That way you can also reuse them and be sure that everything
you need is included.

The core point is that setup.py's are "recursive" where buildouts are not.


Reinout

--
Reinout van Rees http://reinout.vanrees.org/
reinout@vanrees.org http://www.nelen-schuurmans.nl/
"If you're not sure what to do, make something. -- Paul Graham"

--
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.

No comments:

Post a Comment