Hi, I wanted to propose a new possible feature in Django project that
allows to sync the local folder with the remote one of the server
defining all the configuration directly in settings.py.

I've just done some months ago a simple implementation using rsync and
I reported it in active state:
http://code.activestate.com/recipes/577767-managment-command-to-deploy-a-django-project/?in=user-4174931

So, just typing:
     ./manage.py deploy --test
We simulate the synchronization, while:
     ./manage.py deploy
It'll sync all data in the remote folder.

It get the parameters of the local directory, remote directory, ip
server, etc in settings.py and automatically sync the remote server.
He helped me a lot in particular because you don't have to think about
modifying file in remote folder but every modification will be applied
always in local.

In this case I created a new command for manage.py but It would be
nice if it was in django directly.
Of course, my solution must be improved trying to get rid the
dependency with rsync and to work well in windows too. Another
improvement could be the exclude option if someone want to manage
manually some files of his own project.

How do you consider that propose??
Do you think it could be applied a new ticket feature for it??
Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to