-
```
We should validate email addresses on input (grep for create_original).
We should catch mail exceptions
(http://code.google.com/appengine/docs/python/mail/exceptions.html) in
send_mail.py and l…
-
I tried visiting this url in my browser:
http://smspersonfinder.appspot.com/search?message=Dan%20Brown
That should send the message "Dan Brown" to appengine.
I get this python traceback (most likely…
-
```
What steps will reproduce the problem?
1. installed apptrace as per the instructions in wiki
2. profile a gae application with class objects
The following error is encountered
File
"/Library/Py…
-
```
What steps will reproduce the problem?
1. Install the python bindings for protobuf
2. Follow the guide for using google-app-engine-django
3. run python manage.py runserver
What is the expected ou…
-
We currently use the old DB API for datastore access. We should probably switch to the new NDB API:
https://cloud.google.com/appengine/docs/standard/python/ndb/db_to_ndb
Among others, NDB API prov…
-
```
localhost:server finalcolor$ cd "/Applications/Break
Wall.app/Contents/Resources/"GoAgent/server/; uploaddir=python python uploader
&& tput bel
WARNING: python-gevent not installed. `curl -k -L …
-
```
ERROR 2012-03-11 09:36:48,379 cgi.py:121] Traceback (most recent call last):
File "/home/michal/dev/python/teaculture-python/apptrace/overview.py", line 122, in
main()
File "/home/mich…
-
Image model to upload pictures.
Think about the properties the image have to have (title, subtitle, data, creation date, category, ...)
Can be used:
a) DATASTORE:
using BlobProperty field in the mod…
-
```
管理中,如果把评论排序 选为
降序时,打开文章的具体页面时显示 404 错误
选择升序时就正常的,错误提示:
Traceback (most recent call last):
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 511, in…
-
```
What steps will reproduce the problem?
Installed latest version of Google Cloud SDK on Windows 7 (and same issue on
Windows 8.1 PC too). Trying to launch via GAE Launcher using Cloud SDK on
loc…