[google-appengine] Re: Zip django ?

2008-09-27 Thread Ilia Lobsanov
Alexander, take a look at the source code of rietveld... On Sep 26, 6:14 pm, "Alexander Pugachev" <[EMAIL PROTECTED]> wrote: > Has anyone had django working from django.zip as described > athttp://code.google.com/p/googleappengine/issues/detail?id=161#c27? > I have py_zipimport.py in my root dir

[google-appengine] Re: Zip django ?

2008-09-26 Thread Alexander Pugachev
Has anyone had django working from django.zip as described at http://code.google.com/p/googleappengine/issues/detail?id=161#c27 ? I have py_zipimport.py in my root directory, and lines import py_zipimport sys.path.insert(0,'django.zip') inside main.py before InstallAppengineHelperForDjango() (from

[google-appengine] Re: Zip django ?

2008-09-25 Thread Vitaliy
Great news! Thanks, man Alexander Pugachev wrote: > Take a look here: http://docs.python.org/lib/node853.html > > 2008/9/25 Vitaliy <[EMAIL PROTECTED]> > > > > > Hi > > > > On djangocon conference Guido says that you can zip django (trunk or > > 1.0), so uploading to GAE will be faster.. > > so w

[google-appengine] Re: Zip django ?

2008-09-25 Thread Alexander Pugachev
Take a look here: http://docs.python.org/lib/node853.html 2008/9/25 Vitaliy <[EMAIL PROTECTED]> > > Hi > > On djangocon conference Guido says that you can zip django (trunk or > 1.0), so uploading to GAE will be faster.. > so what should I do.. just put django.zip inside or what ? > > > --~--~--