Re: Custom django importing

2007-04-27 Thread Joseph Heck
Get rid of the copy in sites-package is the easiest solution - then just make sure the local copy is on your sys.path (PYTHONPATH). -joe On 4/27/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Hi > > I 'm in situation that I have a django directory and every time I > start django, it will

Custom django importing

2007-04-27 Thread meledictas
Hi I 'm in situation that I have a django directory and every time I start django, it will use a site-packages version. The problem is, I need to use a patched version of django that locate at my directory. The question is, How to use local django instead of a version at site- package Thank -