Changed the conversion starter system to an update starter system.
Also increased the usability of the update page by adding more information abou t each update that can be done and for which version number this applies.
import gae_django
import app_profiler.app_profiler
def main():
app_profiler.app_profiler.main()
if __name__ == '__main__':
main()