Re: Run different django versions

2007-12-23 Thread guoqiang qian
you can add import sys sys.path.insert(0, '/your/django-svn/path') in the 2 line of manage.py file. 2007/12/24, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > > Hi i have 2 projects which one of them uses the svn version of the django > and > another uses 0.96.1 > > How should i handle that

Re: Run different django versions

2007-12-23 Thread Graham Dumpleton
On Dec 24, 9:36 am, [EMAIL PROTECTED] wrote: > Hi i have 2 projects which one of them uses the svn version of the django and > another uses 0.96.1 > > How should i handle that situation. Currently i checouted the svn version and > created a ln -s to my site-packages version? > > How can i have

Run different django versions

2007-12-23 Thread makkalot
Hi i have 2 projects which one of them uses the svn version of the django and another uses 0.96.1 How should i handle that situation. Currently i checouted the svn version and created a ln -s to my site-packages version? How can i have the 0.96.1 when i work with my site and to have svn when