[google-appengine] How to stop a task in the code

2010-04-25 Thread gxtiou
I  create a Task and add it to the default queue,,and how to  stop
running this task after it run once!

-- 
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: How to stop a task in the code

2010-04-25 Thread gxtiou
I use python!

On Apr 26, 12:35 pm, gxtiou  wrote:
> I  create a Task and add it to the default queue,,and how to  stop
> running this task after it run once!
>
> --
> 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 
> athttp://groups.google.com/group/google-appengine?hl=en.

-- 
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: How to stop a task in the code

2010-04-25 Thread gxtiou
I use python!

On Apr 26, 12:35 pm, gxtiou  wrote:
> I  create a Task and add it to the default queue,,and how to  stop
> running this task after it run once!
>
> --
> 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 
> athttp://groups.google.com/group/google-appengine?hl=en.

-- 
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] the status of Indexes were building for a long time.

2009-08-30 Thread gxtiou

  the status of  Indexes are building just like 5 days ago.
 what shoult i do.
--~--~-~--~~~---~--~~
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-appengine@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] help! django request.raw_post_data display corrupted characters

2009-09-28 Thread gxtiou

code:

HttpResponse(request.raw_post_data.decode("ascii").encode("utf-8"))

it display  corrupted characters.when I post some asian characters.

I don't know how to fix it ! anybody help?
--~--~-~--~~~---~--~~
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-appengine@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] help! I want to handler head request with django

2009-11-26 Thread gxtiou
I use these codes in my view.py file:

def index(request):
if request.method=="HEAD":
   return HttpResponse('test')

but it dose not work.how to fix it?
thx!!

--

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] save a file in the harddisk?

2009-02-17 Thread gxtiou

can gae allow us to save a file in the harddisk?

--~--~-~--~~~---~--~~
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-appengine@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] help me about Django' url setting!!!!!!!

2009-03-14 Thread gxtiou

in Django,if  i request a url like "http://www.abc.com/login";
it will auto redirect to: "http://www.abc.com/login/"; added "/"  in
the end.
how to change this  redirection?
thx!
--~--~-~--~~~---~--~~
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-appengine@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: save a file in the harddisk?

2009-03-14 Thread gxtiou

thx!

On Feb 18, 1:20 am, Geoffrey Spear  wrote:
> no.  use the datastore.
>
> On Feb 17, 2:01 am, gxtiou  wrote:
>
> > can gae allow us to save a file in the harddisk?
--~--~-~--~~~---~--~~
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-appengine@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: help me about Django' url setting!!!!!!!

2009-03-14 Thread gxtiou

i don't  want it to redirect to: "http://www.abc.com/login/"; added
"/"  in
the end.
--~--~-~--~~~---~--~~
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-appengine@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: help me about Django' url setting!!!!!!!

2009-03-15 Thread gxtiou

thx it work!

On Mar 15, 5:43 am, cz  wrote:
> see:http://docs.djangoproject.com/en/dev/ref/middleware/#module-django.mi...http://www.djangosnippets.org/snippets/601/
>
> in your settings.py:
> APPEND_SLASH = False
>
> On Mar 14, 5:01 am, gxtiou  wrote:
>
> > i don't  want it to redirect to: "http://www.abc.com/login/"; added
> > "/"  in
> > the end.
--~--~-~--~~~---~--~~
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-appengine@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
-~--~~~~--~~--~--~---