Wiadomość napisana w dniu 2009-04-16, o godz. 12:27, przez Harish: > Is it possble to install two seperate django versions (0.97 and > 1.0.x) in one python site-package file. > If yes how .... and if no why?
Use separate virtual environments for each version with virtualenv. There's no way to run different versions of Django side-by-side. -- We read Knuth so you don't have to. - Tim Peters Jarek Zgoda, R&D, Redefine [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

