Hi Aidas.

On Mar 19, 2:18 pm, "Aidas Bendoraitis" <[EMAIL PROTECTED]>
wrote:
> I have a symlink from trunk/someproject to site-packages/someproject
> on my machine.
>
> I need to launch the branched version of the project at the same time.
> So intuitively I create a symlink from branches/somebranch/someproject
> to site-packages/someproject2 to get it to the python path.

Do your projects really need to be in site-packages?  Are they normal
self-contained projects, or does something else import them?

I'm thinking you could have:

/home/me/dev/someproject/
/home/me/dev/someproject2/

Then either use manage.py runserver for each one (with different
ports), or configure Apache/Lighty/whatever to access those two
projects under different urls.  That way, both can run simultaneously.

Scott


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to