##// END OF EJS Templates
RhodeCode now has a option to explicitly set forking permissions. ref #508...
RhodeCode now has a option to explicitly set forking permissions. ref #508 - changed the way permissons on users groups behave. Now explicit set on user is more important than permission set on users group

File last commit:

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