tipfy
How to call to a python handler from jquery ajax?
How to call to a python handler from jquery ajax? can any one giv开发者_如何学Ce me an example?$.ajax({[详细]
2023-04-08 18:00 分类:问答Twill alternative for integration testing
I am using to twill to do integration testing for an AppEngine (using tipfy micro framework) application but unf开发者_StackOverflow中文版ortunately twill is not maintained and I cannot test PUT and D[详细]
2023-03-20 04:44 分类:问答Accessing unknown query arguments in Python
I\'m using Jinja2 to generate a form with a variable number of inputs, labelled input_1, input_2, etc.Using Google App Engine (python), I\'m then trying to access the values of these inputs in my requ[详细]
2023-03-18 18:59 分类:问答facebook auth problem with tipfy 1.0b
I\'m trying to mimic the login page from the example http://tipfy-auth.appspot.com (source http://code.google.com/p/tipfy/source/browse/examples/auth/app/) without success. I seem to run in to problem[详细]
2023-03-11 20:47 分类:问答Python/Tipfy/Jinja2: ImportError: No module named ext.jinja2
Aloha, having some spare time and trying out python on app engine as it is much more flexible than java, I wanted to use Tipfy as my webapp framework.[详细]
2023-03-08 08:36 分类:问答python appengine authorisation or authorization
Having settled on OpenID for authentication, I\'ve been looking at authorisation frameworks for app-engine with the following requirements:[详细]
2023-02-24 11:39 分类:问答Wring file retrieved using Blobstore
I have form upload and handler which allows download uploaded files from blobstore. The problem is when I click Download button of any related-field it downloads the same file every time. I.e. I\'ve u[详细]
2023-02-23 08:51 分类:问答Access user's OpenID info in templates on Google app engine (tipfy)
I\'m using the OpenID authentication that\'s built into Google app engine and trying to make the currently signed in user\'s information automatically available in templates.[详细]
2023-02-20 12:15 分类:问答How do I save web images to App Engine's blobstore?
I\'ve used this question as a template to solve the same problem, but I\'m running into issues when posting. I have these components:[详细]
2023-02-18 04:12 分类:问答Tipfy wtform fields always render as input type="text"
I cant find examples of templates that use tipfy forms (extended wtforms). For example, If I want to implement birth date I want the \"right\" html for the user to enter his date of birth. Lets go wi[详细]
2023-02-15 16:18 分类:问答