app/profiler.py
author Mario Ferraro <fadinlight@gmail.com>
Sun, 25 Oct 2009 19:11:51 +0000
changeset 3040 8f9580309846
parent 2832 2a0a7e081caf
permissions -rw-r--r--
Integration of general Melange JS utilities in base template.

import gae_django
import app_profiler.app_profiler

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

if __name__ == '__main__':
   main()