[google-appengine] Re: Access to admin urls in production gae app

2015-07-09 Thread Nick (Cloud Platform Support)
Hey Richard, It appears as though you're returning the check_admin function itself rather than the result of calling the function, like check_admin(). Is that intentional? It's hard to tell what you're intending since the rest of your code which would give context is missing. At any rate, this

[google-appengine] Re: Access to admin urls in production gae app

2015-07-09 Thread Richard Cheesmar
On Thursday, July 9, 2015 at 6:56:04 PM UTC+3, Richard Cheesmar wrote: > > > >I have uploaded a gae app for testing to production. I need to est the > admin access. I have added two email addresses via permissions and set them > as owners. > > I have a decorator which is called to check ad