app/profiler.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sat, 03 Oct 2009 21:49:08 +0200
changeset 3003 6a84c1ff5b5c
parent 2832 2a0a7e081caf
permissions -rw-r--r--
GHOP Comments do not need to be created by a User. We also have "system" messages.

import gae_django
import app_profiler.app_profiler

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

if __name__ == '__main__':
   main()