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
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
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
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 ?
> >
>
--~--~--