app/profiler.py
author Mario Ferraro <fadinlight@gmail.com>
Mon, 07 Sep 2009 15:07:37 +0200
changeset 2872 7d5c8039fbe2
parent 2832 2a0a7e081caf
permissions -rw-r--r--
Added Shrinksafe code to shrink JS files before deploy.

import gae_django
import app_profiler.app_profiler

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

if __name__ == '__main__':
   main()