app/profiler.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 27 Sep 2009 18:18:53 +0200
changeset 2981 8a99de852dc2
parent 2832 2a0a7e081caf
permissions -rw-r--r--
Fixed Task public view to always call the update method. Also removed an obsolete value ws_entity that could not be unpacked (therefore causing 505's).

import gae_django
import app_profiler.app_profiler

def main():
   app_profiler.app_profiler.main()

if __name__ == '__main__':
   main()