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 local development version on my machine.

So far I have been planning to use Bazaar for version control.

I am wondering the following:
- How can I simultaneously run two versions of the same project on the
same machine? I am primarily concerned about PYTHONPATH conflicts,
since both projects would have the same name (unless there's an easy
workaround).
- Is copying a Django project to another machine/directory simply a
matter of transferring the project's directory to the desired
location, or does some other work have to be done first too?

Thanks,
Rex
--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to