This bug was one of the reasons I tried Jinja2 templating engine for my new application.
I didn't know that, but it seems Django templates are quite a mess: http://lucumr.pocoo.org/2008/9/16/why-jinja-is-not-django-and-why-django-should-have-a-look-at-it Jure On Sat, Aug 14, 2010 at 9:01 PM, <[email protected]> wrote: > Today's Topic Summary > > Group: http://groups.google.com/group/google-appengine/topics > > About the PubSchools application Demo [2 Updates] > GAE+Picasa, trying to upgrade token [2 Updates] > ERROS [1 Update] > Can we revert our data stored in datastore to a previous date? [3 Updates] > How to build a picture on the GAE? [3 Updates] > Blocking inbound pings [2 Updates] > KindError: No implementation for kind 'MyModelX' [2 Updates] > can not get_current_user in IE script loading. [1 Update] > Template {% cycle %} state is stored between requests [1 Update] > Blobstore vs BlobProperty? [1 Update] > In login page programmatically change t...@example to my username [1 Update] > > Topic: About the PubSchools application Demo > > 陳昆宏 <[email protected]> Aug 14 11:00AM +0800 ^ > > Oh, you have completely solved my question. No wonder I can't find where the > school data has been built in . > I misunderstood that information is obtained through the Internet. > > Thanks very much!!! more... > > Malcolm MacKinnon <[email protected]> Aug 14 11:48AM -0700 ^ > > I don't thing it's necessary to modify sys.path.append('../..'), as all it > does is add a relative directory to your python path and would leave this > alone. > > more... > > Topic: GAE+Picasa, trying to upgrade token > > "Jaroslav Záruba" <[email protected]> Aug 14 12:47PM +0200 ^ > > Hello > > I'm failing again and again trying to upgrade one-time token to session > token for my app to access my Picasa album. > > > The docs days if the upgrade goes well response contains new token in > more... > > "Jaroslav Záruba" <[email protected]> Aug 14 09:25AM -0700 ^ > > nevermind, fighting OAuth now :) > > On Aug 14, 12:47 pm, Jaroslav Záruba <[email protected]> > wrote: > more... > > Topic: ERROS > > frankzeffi <[email protected]> Aug 14 08:09AM -0700 ^ > > In Google appengine, erros, display this '<type > 'exceptions.NameError'>: name 'webapp' is not defined > Traceback (most recent call last):' > What I make? What I'm missing make? > more... > > Topic: Can we revert our data stored in datastore to a previous date? > > nischalshetty <[email protected]> Aug 13 09:33PM -0700 ^ > > A thought just occurred to me. If I goof up with my data stored in the > datastore, is there a way to revert back to say how my data looked > like 3 days back etc.? > > I mean, are there backups that we more... > > djidjadji <[email protected]> Aug 14 03:51PM +0200 ^ > > There is a copy of your data but that is a (near) identical copy. At > most a few minutes old. > This is only used by Google in the data centers to switch. > > There is NO incremental backup of your data more... > > "François Masurel" <[email protected]> Aug 14 07:58AM -0700 ^ > > You could also star this issue : > http://code.google.com/p/googleappengine/issues/detail?id=776 > > more... > > Topic: How to build a picture on the GAE? > > 陳昆宏 <[email protected]> Aug 14 10:33AM +0800 ^ > > Can it use in GAE? > > 2010/8/14 Robert Kluin <[email protected]> > > more... > > Robert Kluin <[email protected]> Aug 14 03:41AM -0400 ^ > > I am currently using it in several GAE apps. > > > Robert > > > > > > > more... > > 陳昆宏 <[email protected]> Aug 14 08:16PM +0800 ^ > > Thanks!!! > > Robert Kluin <[email protected]> 於 2010年8月14日下午3:41 寫道: > > more... > > Topic: Blocking inbound pings > > Geoffrey Spear <[email protected]> Aug 13 02:51PM -0700 ^ > >> I am confident in app engine security, however, I wonder if there is a >> way to block inbound pings to my application, or if that kind of >> flexibility is currently not available? > more... > > Bernard <[email protected]> Aug 14 03:49AM -0700 ^ > > Thanks, exactly what I needed. > > more... > > Topic: KindError: No implementation for kind 'MyModelX' > > djidjadji <[email protected]> Aug 13 11:53PM +0200 ^ > > I had a close look at the source code and found the line > > #from allModels import * > > It had a comment hash (#) in front. > > This code wasn't updated for weeks. And probably had run correctly more... > > djidjadji <[email protected]> Aug 14 10:12AM +0200 ^ > > I have used an alternative version to test if a "new process" still > has the error. > I made sure no other instance was available. I waited more then 10 > minutes between requests. > If the line was more... > > Topic: can not get_current_user in IE script loading. > > saintthor <[email protected]> Aug 13 09:07PM -0700 ^ > > ok. i don't want them in same domain. > > if you test with firefox, you can get "seccess" even in deffrent > domain. > > can't gae work for ie as firefox? > > more... > > Topic: Template {% cycle %} state is stored between requests > > djidjadji <[email protected]> Aug 14 12:13AM +0200 ^ > > The reason is that a Django template is converted to a Node-tree and > this Node-tree is executed/rendered when the template is evaluated. > The Node's keep there state in between template renderings. more... > > Topic: Blobstore vs BlobProperty? > > Backpack <[email protected]> Aug 13 02:47PM -0700 ^ > > Here is exactly what I need: > > http://blog.notdot.net/2009/9/Handling-file-uploads-in-App-Engine > > Also, to get width and height, scroll to somewhere in the middle: > more... > > Topic: In login page programmatically change t...@example to my username > > Mahmoud <[email protected]> Aug 13 02:27PM -0700 ^ > > You can edit: > google_appengine\google\appengine\tools > \dev_appserver_login.py:RenderLoginTemplate > > Obviously your changes will be lost when you upgrade your SDK. > > more... > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
