Rodrigo Cancino Augosto
Rodrigo Cancino Augosto
Thanks for this example. Works perfectly, but I can't add another field to the datastore (User entity), for example email. Thanks in advance
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/gae-boilerplate/blob/master/boilerplate/lib/utils.py#L207 We...
To have the possibility of enable or disable these security features: - Send emails report for every Http error. (Choose between 404 and other) - punishment room: where go bad...
/lib/dns.sh Lines 55 sed "/^._package_dir=._$/ s/src/\$base_path\/resources\/pyactiveresource\/src/" $base_path/resources/pyactiveresource/setup.py > tmp Line 61 sed "/^._package_dir=._$/ s/\$base_path\/resources\/pyactiveresource\/src/src/" $base_path/resources/pyactiveresource/setup.py > tmp