Hi Harish, On Apr 16, 12:27 pm, Harish <[email protected]> wrote: > 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?
You can put django into your project directory, e.g. /myproject /__init__.py /manage.py /urls.py /settings.py /django <---- If you run manage.py runserver from /myproject directory, then django from /myproject/django directory will be used. If you will have any problem, please ask. Best regards, Marcin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

