app/profiler.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 04 Oct 2009 21:25:52 +0200
changeset 3008 525c65b0a320
parent 2832 2a0a7e081caf
permissions -rw-r--r--
Added update for Surveys, ProjectSurveys and ProjectGradingSurveys.

import gae_django
import app_profiler.app_profiler

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

if __name__ == '__main__':
   main()