Re: Changing website version written in python+django

2014-08-04 Thread Jagger
Hi Clifford, Thanks for your detailed answer. Regards, Zoli > Hi Zoli, > > I'm assuming that you're not using virtualenv right now. The best way to > do this is to use virtualenv, virtualenwrapper, and a revision control > system like Mercurial. The workflow goes something like this. > > m

Re: Changing website version written in python+django

2014-08-01 Thread CLIFFORD ILKAY
On 08/01/2014 01:06 AM, Zoltán Turcsányi wrote: > Hi Everyone, > > > I have a website written in python+django and I deployed it to > pythonanywhere.com. It's okay, works well, but I want to deploy new > versions. How should I do that? > Just copy the new files with rsync? Or change the full django

Re: Changing website version written in python+django

2014-07-31 Thread Zoltán Turcsányi
THX Z 2014. augusztus 1., péntek 7:12:38 UTC+2 időpontban Lachlan Musicman a következőt írta: > > You can copy the files on top of the old files and then restart the > web server, which will bump the wsgi or fastcgi, which should be > sufficient. > > cheers > L. > > On 1 August 2014 15:06,

Re: Changing website version written in python+django

2014-07-31 Thread Lachlan Musicman
You can copy the files on top of the old files and then restart the web server, which will bump the wsgi or fastcgi, which should be sufficient. cheers L. On 1 August 2014 15:06, Zoltán Turcsányi wrote: > Hi Everyone, > > > I have a website written in python+django and I deployed it to > pythona

Changing website version written in python+django

2014-07-31 Thread Zoltán Turcsányi
Hi Everyone, I have a website written in python+django and I deployed it to pythonanywhere.com. It's okay, works well, but I want to deploy new versions. How should I do that? Just copy the new files with rsync? Or change the full django project directory? I would be really grateful if you wro