Saturday, May 26, 2012

Re: Django site updater

On 05/22/2012 10:17 PM, kooliah wrote:
> I'm working on a new site and i have often the need to update the
> server to let other people see the progress.
> I tought to do a python script that compare the file
> structure/date/time of my local version with the server version and
> update only the changed/new files.
> Before starting, and according to the DRY principle :-), I would like
> to know if there is already something like that.
>
Tahnk you to everyone, i solved using git.
I made a remote git repository on the server to which i commit and push
from local, then I open a ssh session and pull/fetch to deploing folder

Thanks again

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