"If you are serving your app off of a Google Apps domain, you must direct all secure traffic through your app's appspot domain."
I'd like to be able to do this on a per page or a per controller basis. I'm assuming I'd need to put something in routes.py for this? An example of how I might do this would be much appreciated. Also will this complicate my dev environment setup? I was thinking it probably would. TIA

