app/profiler.py
author Lennard de Rijk <ljvderijk@gmail.com>
Wed, 16 Sep 2009 20:09:13 +0200
changeset 2932 666d31bd43bd
parent 2832 2a0a7e081caf
permissions -rw-r--r--
Fixed the Student update to properly find its own URL. Also style fix in start_update module.

import gae_django
import app_profiler.app_profiler

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

if __name__ == '__main__':
   main()