##// END OF EJS Templates
moved LANGUAGE_EXTENSION_MAP to lib, and made whoosh indexer use the same map
moved LANGUAGE_EXTENSION_MAP to lib, and made whoosh indexer use the same map

File last commit:

r833:9753e090 beta
r1302:f0e90465 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)