Re: Moving a Django project to another directory/server

2009-03-14 Thread Carlos A. Carnero Delgado
Hello, what follows is NOT a solution to your needs, but I wanted to chime in with a workflow that has proved effective to my three-developers team. We have two "environments": developer and production. Each developer has, in their respective home directory (be that Windows or Linux,) a file

Re: Moving a Django project to another directory/server

2009-03-14 Thread Fergus
On 14 Mar, 21:42, Rex wrote: > I'd like to use a revision control system to keep up to 3 versions of > my Django project: ... > So far I have been planning to use Bazaar for version control. Good choice. > - How can I simultaneously run two versions of the same

Moving a Django project to another directory/server

2009-03-14 Thread Rex
I'd like to use a revision control system to keep up to 3 versions of my Django project: - A production version, which will be running on a remote Linux server - A test version, which will be running on the same remote server for my colleagues to test out before I make it public - (Possibly) a