app/profiler.py
author Sverre Rabbelier <srabbelier@gmail.com>
Fri, 28 Aug 2009 11:47:32 -0700
changeset 2834 03a1602c63f1
parent 2832 2a0a7e081caf
permissions -rw-r--r--
Hook up the new per-request value storage

import gae_django
import app_profiler.app_profiler

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

if __name__ == '__main__':
   main()