-
When I try to init the app as given in docs, i see:
```
File "/Users/riteshn/projects/gae-py3-boilerplate/ENV/lib/python3.7/site-packages/google/cloud/ndb/query.py", line 1229, in wrapper
re…
-
I'm trying to use the boilerplate code to hook up a user authentication/login system for an already existing web app. Since they'll have different domains, I need to enable CORS in the appengine hand…
-
Hey guys, I'm not sure this is the best channel to get in touch.
Is there a guide/tutorial of building a simple app using gae-boilerplate?
How about creating a few wiki pages and add sample code to h…
-
In order to show the countries in any language sopported, we have to use Babel to show the countries with:
from babel import Locale
COUNTRIES = Locale('es').territories
here: https://github.com/coto…
coto updated
12 years ago
-
https://github.com/coto/gae-boilerplate/blob/master/boilerplate/lib/basehandler.py#L38-42
This try except block in basehandler.py check_login is meant to "avoid AttributeError when the session was de…
-
Hi !
I've updated the google recaptcha method to the newest, coolest "I'm not a robot" version. Mainly I've changed captcha.py and also the captcha.displayhtml(..) calls.
I've never contributed to a…
-
Hello,
The first time I ran GAE Boilerplate, I clicked on login using your Google account and got a type error:
`File "models.py", line 35, in
full_name = ndb.ComputedProperty(lambda self: self…
-
Hi,
I've been developing a project in the Google Cloud Platform and recently I decided to take advantage from your boilerplate implementation since project was growing exponentially. I've deployed us…
-
SHA512 is not an encryption algorithm, it is a cryptographic hash function. This hash function is **not suitable for passwords** because it is a very light functional that can be processed at high…
-
The serve/ link is returning a 404 not found, could it be we need a cfrs exclusion decorator? Is there any way I can turn off this?