app/profiler.py
author Mario Ferraro <fadinlight@gmail.com>
Tue, 27 Oct 2009 19:56:15 +0000
changeset 3064 bc1eecbd1a7c
parent 2832 2a0a7e081caf
permissions -rw-r--r--
JSON2 utilities now loaded by default. This library is needed for melange general JS utilities package to work properly and parse melangeContext and melangeConfig JSON attributes.

import gae_django
import app_profiler.app_profiler

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

if __name__ == '__main__':
   main()