app/profiler.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 15 Sep 2009 20:54:40 +0200
changeset 2922 6e373954bbf6
parent 2832 2a0a7e081caf
permissions -rw-r--r--
Added GHOPStudent view and access checks. Reviewed by: Lennard de Rijk

import gae_django
import app_profiler.app_profiler

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

if __name__ == '__main__':
   main()