app/profiler.py
author Madhusudan.C.S <madhusudancs@gmai.com>
Wed, 16 Sep 2009 13:35:53 +0200
changeset 2930 74d4875b4922
parent 2832 2a0a7e081caf
permissions -rw-r--r--
Added updater to update the existing Student models with the school_type entry. Reviewed by: Lennard de Rijk

import gae_django
import app_profiler.app_profiler

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

if __name__ == '__main__':
   main()