On Mar 30, 8:26 am, "IvanK" <[EMAIL PROTECTED]> wrote:
> Now I come from the rails camp (obviously deserting :)) and I've been
> wondering does Django has anything like capistrano for automated
> deployment, cause it's really easy with rails to just write "rake
> deploy" and have your production be in sync with your development. I
> also know that capistrano can be used to deploy everything, not only
> rails, and when I finish my project I'll probably try to do that, but
> does django have something native, something more ... well django-ish?

Try setuptools, it's not really django-ish by itself but just
pythonic ;)
http://cheeseshop.python.org/pypi/setuptools

It's the most commonly used python setup script and it works fine.


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to