Files @ a2a61978752f
Branch filter:

Location: kallithea/rhodecode/lib/dbmigrate/migrate/versioning/templates/manage.py_tmpl - annotation

Mads Kiilerich
pullrequest: don't do in the ajax callback what can be done in no time right now
1
2
3
4
5
#!/usr/bin/env python
from migrate.versioning.shell import main

if __name__ == '__main__':
    main(%(defaults)s)