app/profiler.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 18 Sep 2009 03:05:47 +0530
changeset 2946 69be8ea0b597
parent 2832 2a0a7e081caf
permissions -rw-r--r--
Added GHOP views helper to INSTALLED_APPS in django settings.py. Adding this path to INSTALLED_APPS enables GHOP specific templatetags that resides in this path.

import gae_django
import app_profiler.app_profiler

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

if __name__ == '__main__':
   main()