[google-appengine] random getting of records

2010-09-24 Thread james_027
Hi All, Any tips on how to get a random record? Thanks, James -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to

[google-appengine] index building takes so long

2010-06-12 Thread james_027
Hi, On this page http://code.google.com/appengine/kb/general.html#stuck_indexes , it says that I can ask help in the group, if my index has been in building status for so long. Thanks, James -- You received this message because you are subscribed to the Google Groups Google App Engine group.

[google-appengine] my links are invalid on Digg

2010-02-01 Thread james_027
Hi all, Sorry if this post doesn't seems to be appropriate, but I can't submit links to digg, with this error message by digg This link does not appear to be a working link. Please check the URL and try again. A sample link from my GAE site is this

[google-appengine] Re: use_library('django', '1.1') conflict with template extend tag

2010-01-03 Thread james_027
hi everyone does anyone here knows this issue? thanks On Jan 2, 10:45 pm, james_027 cai.hai...@gmail.com wrote: hi all, before I put use_library('django', '1.1') in my main.py may template is working fine. I have a handler that calls a template with app_root_directory/templates/admin

[google-appengine] Re: Anyone operate a heavy-traffic large-scale web service on app engine?

2010-01-03 Thread james_027
you got a nice web app there, may I know what is it? On Jan 3, 8:18 pm, Michael m...@mzlab.net wrote: I have around 4 million requests per day. The cost is $65 per week. In my opinion, at present App Engine is too expensive for sites with free business model. On Jan 3, 8:59 am, dhruvg

[google-appengine] use_library('django', '1.1') conflict with template extend tag

2010-01-02 Thread james_027
hi all, before I put use_library('django', '1.1') in my main.py may template is working fine. I have a handler that calls a template with app_root_directory/templates/admin/index.html which has a extends tags look like this {% extends ../base.html %} which is in the

[google-appengine] by default property are not required

2010-01-01 Thread james_027
I wonder why by default the model's property required option is False, which contrast to the others. And if I am going to use the djangoforms I have to put required=False on most of my fields. Is there something I need to know or understand? Or is it the datastore is totally a different thing.