Top "Webapp2" questions

webapp2 is a lightweight Python web framework compatible with Google App Engine's webapp.

Webapp2 for Authentication and Login

I would like to roll my own login system for my python Google App Engine application (rather than using Google's …

python google-app-engine webapp2
Python - What is a lazy property?

While looking through the webapp2 documentation online, I found information on the decoratorwebapp2.cached_property (which can be found at …

python python-2.7 properties webapp2
get the referer url in python/webapp2 for a post request

I want to get the referer url that has sent in the request to the server. I am using the …

python google-app-engine webapp2
How to make a redirect and keep the query string?

I want to make a redirect and keep what is the query string. Something like self.redirect plus the query …

python google-app-engine python-2.7 wsgi webapp2
Country name from ISO short code in dictionary, how to deal with non-ascii chars

I'm making a webapp that takes country short code (google app engine get from request header) and I want to …

python google-app-engine webapp2 country-codes
CORS - Using AJAX to post on a Python (webapp2) web service

This is going to be long: Ok so I'm developing a google calendar gadget which sends requests to a Python …

python google-app-engine jquery cors webapp2
Django vs webapp2 on App Engine

I would like to know your opinion of which of these two web frameworks (Django & webapp2) is better for …

python django google-app-engine python-2.7 webapp2
How to add Conditional CSS class based on Python If statement

How do you add a conditional CSS class based on a Python if statement in the following example to show …

python jinja2 webapp2
GAE webapp2 session: the correct process of creating and checking sessions

I tried to implement GAE's webapp2 session, but there seems very little documentation about it. According to http://webapp-improved.appspot.…

google-app-engine session webapp2
Passing a variable into Python from Jinja2 Drop-down menu

I'm a programming newbie. How do I pass a variable from a drop-down menu with Jinja2 templating into my Python 2.7 …

google-app-engine python-2.7 drop-down-menu jinja2 webapp2