app/profiler.py
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 26 Oct 2009 10:10:23 -0700
changeset 3060 cb99e94dd73c
parent 2832 2a0a7e081caf
permissions -rw-r--r--
Request lists now show display name as well as the link id. Fixes Issue 375.

import gae_django
import app_profiler.app_profiler

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

if __name__ == '__main__':
   main()