Can someone help me get started on buildout for python Django projects?
My primary objective is to deploy applications to the developer, staging and production boxes.
Examples or pointers to opensource projects appreciated.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Paulo’s comment above to check http://jacobian.org/writing/django-apps-with-buildout/ is the first place you’ll have to look.
If you use django with buildout, you just cannot live without the “djangorecipe” extension for buildout: http://pypi.python.org/pypi/djangorecipe
And, just to give you an example to get started with, I’d suggest:
And then you can look at the test-site directory for a couple of tricks (buildout.cfg in combination with a deploy.cfg, a settings.py plus a developmentsettings.py and so on).
(Nensskel is just a company-internal basic site/app/library generator I made, but it is instructive as an example to get you started with your own setup).