Re: Resolver404 exception in Django on Google App Engine?

2010-01-25 Thread Kumar McMillan
On Thu, Jan 14, 2010 at 10:58 PM, Kumar McMillan wrote: > Is anyone else getting this on Google App Engine?  I have seen it > across different versions of Django (1.0 to 1.1.1) but it only happens > intermittently.  I am using the latest Google App Engine Django code > and although I'm not sure it

Resolver404 exception in Django on Google App Engine?

2010-01-14 Thread Kumar McMillan
Is anyone else getting this on Google App Engine? I have seen it across different versions of Django (1.0 to 1.1.1) but it only happens intermittently. I am using the latest Google App Engine Django code and although I'm not sure it's a bug in their code I submitted an issue here (where you can s

Re: Django on Google app engine

2009-04-26 Thread dartdog
Thanks for the clarification, that is what I meant! App Engine patch seems to be the approach that is gaining momentum for running more of Django features on App-Engine, was the only point I was really trying to make. On Apr 25, 10:29 am, Karen Tracey wrote: > On Sat, Apr 25, 2009 at 10:58 AM,

Re: Django on Google app engine

2009-04-25 Thread Karen Tracey
On Sat, Apr 25, 2009 at 10:58 AM, dartdog wrote: > > I'd also add that the Django project had it's last release in Aug 08 > and the App engine Patch is being actively worked on almost daily. > This statement is rather unclear. The "Django project" sounds like Django itself, and it is untrue tha

Re: Django on Google app engine

2009-04-25 Thread dartdog
issue with Google App Engine is that > > you'll have to use the models provided with the SDK. Also, if you > > previously deployed Django, you shouldn't have any trouble following > > the guidelines for deploying Django on Google App Engine, so you > > should defini

Re: Django on Google app engine

2009-04-25 Thread dartdog
> with the Google App Engine Django. > > > So, basically, I think the major issue with Google App Engine is that > > you'll have to use the models provided with the SDK. Also, if you > > previously deployed Django, you shouldn't have any trouble following > > the g

Re: Django on Google app engine

2009-04-25 Thread Joshua Partogi
is that > you'll have to use the models provided with the SDK. Also, if you > previously deployed Django, you shouldn't have any trouble following > the guidelines for deploying Django on Google App Engine, so you > should definitely give it a try. > > On Apr 24, 9:04 am, J

Re: Django on Google app engine

2009-04-24 Thread Karen Tracey
On Fri, Apr 24, 2009 at 5:06 AM, kRON wrote: > Google App Engine Django has been developed by Django employees. Typo correction -- Google employees are contributors to this project. The Django project doesn't have a company that employs people. Karen --~--~-~--~~~---

Re: Django on Google app engine

2009-04-24 Thread kRON
SDK. Also, if you previously deployed Django, you shouldn't have any trouble following the guidelines for deploying Django on Google App Engine, so you should definitely give it a try. On Apr 24, 9:04 am, Joshua Partogi wrote: > Hi all, > > I came accross this > article:http://

Django on Google app engine

2009-04-24 Thread Joshua Partogi
Hi all, I came accross this article: http://code.google.com/appengine/articles/django.html Which made me interested how far can you go with django on app engine? Because reading that article there are several things that you must turn off from the django configs namely session & database. Are we