Posted by robi123 on Fri 30 Oct 2009 in Python
Using the task queue, hit app every 10 seconds to keep a hot handler.
### in queue.yaml
queue:
- name: hothandler ...
Posted by ethan.vandenberg on Thu 15 Oct 2009 in Python
def run_tasks(request):
"""
KLUDGE!!
Provides automatic task execution on dev sdk.
1. Setup this view func under the url /run_tasks ...
Posted by KD5PBO on Wed 16 Sep 2009 in Python
This is a small module implementing named flags using the datastore. It provides methods to test, set, and unset a ...
Posted by brainix on Sat 29 Aug 2009 in Python
In my app, I populate/update many pages using AJAX. Therefore, I needed some way to disable browser-side caching. I ...
Posted by peplafi on Thu 02 Jul 2009 in Python
I wrote a small piece of python code that allows you to run automatically scheduled tasks on your local development ...
Posted by matthewmatthewfl on Sun 31 May 2009 in Python
A simple URL shortener back end.
In your app.yaml you need to add
- url: .*
script: urlshort.py
and at ...
Posted by fumarks on Wed 20 May 2009 in Python
IF you have data that for some reason needs to be sent in many small pieces to the server, or ...
Posted by rcaught on Sat 04 Apr 2009 in Python
#!/usr/bin/env python
import common
import config
#Disable app caching and caching of listed module names
#Remember to comment ...
Posted by antonin.hildebrand on Sat 15 Nov 2008 in Python
FirePython is a sexy python logger console integrated into Firebug (similar to FirePHP).
Originally, I have created it to light ...
Posted by tang.jiyu on Sat 15 Nov 2008 in Python
This is a useful tool. User could browse source files on Google App Engine. The author is Chen Baiping (http ...