1
0
Fork 0
gnuviechadmin-historic/test/manage.py

5 lines
144 B
Python

#!/usr/bin/python
from migrate.versioning.shell import main
main(url='postgres://jan:heyyou97@localhost:5432/jan',repository='ormaptest_repo')