Re: django deploy structure

2013-06-28 Thread coded kid
Man, use GIT. Push to your git repo. Clone from git through your production server. It's easy to do. Hope this helps? :) On Thursday, 27 June 2013 09:08:13 UTC+1, Mulianto wrote: > > Hi, > > If cannot use git, for copy the source you can use rsync or use fabric to > selective upload the file and

Re: django deploy structure

2013-06-27 Thread mulianto
Hi, If cannot use git, for copy the source you can use rsync or use fabric to selective upload the file and reload the app. But easier using GIT Sent from my iPhone On 27 Jun 2013, at 08:15, Nick Apostolakis wrote: > You could use a code versioning system like git or bazaar.when you want to

Re: django deploy structure

2013-06-26 Thread Nick Apostolakis
You could use a code versioning system like git or bazaar.when you want to deploy just pull from your repository Στις 26 Ιουν 2013 8:46 μ.μ., ο χρήστης "fred" έγραψε: > I've got django 1.5 deploying successfully to a Linux Apache system with > mod_wsgi. This system is still being developed and

django deploy structure

2013-06-26 Thread fred
I've got django 1.5 deploying successfully to a Linux Apache system with mod_wsgi. This system is still being developed and changes are frequent. I currently just copy the Eclipse project directory over, which gives me the site/settings as well as the app. This works, but has the disadvantag