##// END OF EJS Templates
Fixed #161 form saves the create repository permission....
Fixed #161 form saves the create repository permission. routing update for users to support second form posting. models updates

File last commit:

r833:9753e090 beta
r1266:a1bcfe58 beta
Show More
manage.py_tmpl
5 lines | 115 B | text/plain | TextLexer
#!/usr/bin/env python
from migrate.versioning.shell import main
if __name__ == '__main__':
main(%(defaults)s)