[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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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

http://jamesgae.appspot.com/blog/2010/01/28/blogs-on-the-cloud-creating-your-own-customize-blog

Any ideas?

Thanks

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] exceptions

2010-01-04 Thread james_027
hi,

any post showing how to use the datastore exceptions?

thanks

--

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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.




[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  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  wrote:
>
>
>
> > I am just curious. If anyone does, could you please provide some
> > statistics (number of users, daily uniques, etc...) and the related
> > cost you incur from using app engine? I am trying to assess whether is
> > a smart (from a technical and business standpoint) idea for me to
> > invest resources early in app engine for a web service that I am
> > building.

--

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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.




[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  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/index.html which has a extends tags
> look like this {% extends "../base.html" %} which is in the
> app_root_directory/templates/base.html. But after the put the
> use_library('django', '1.1') an error occur saying "../base.html"
> doesn't exist.
>
> Is there something I should be aware when using use_library('django',
> '1.1')?
>
> thanks,

--

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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.




[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
app_root_directory/templates/base.html. But after the put the
use_library('django', '1.1') an error occur saying "../base.html"
doesn't exist.

Is there something I should be aware when using use_library('django',
'1.1')?

thanks,

--

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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.




[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.

thanks,

--

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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.




[google-appengine] preserve data during dev stage

2009-11-27 Thread james_027
hi,

How do i preserve my data during the development stage. Every time I
start my application all my previous inputted data are lost.

thanks,

--

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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.