delete_migration
1.0.0
delete-migrations是一個命令行應用程序,可刪除單個文件夾遷移或所有目錄遷移文件夾。
您可以從PYPI安裝Nigeria_banks:
for mac, linux os
$ virtualenv < virtualenv_name > # create a virtual environment
$ source < virtualenv_name > /bin/activate # activate the virtual environment for windows os
$ virtualenv < virtualenv_name > # create a virtual environment
$ < virtualenv_name > S cripts a ctivate # activate the virtual environment $ pip install delete-migrations # install the delete-migrations package from delete_migration_roosevelt import managementfind usage commands
$ python find.py # for mac, linux $ py find.py # for windows using the help command
$ python find.py --help # for mac, linux $ py find.py --help # for windows using the help command abbreviated
$ python find.py -h # for mac, linux $ py find.py -h # for windows using the <all> directory help command
$ python find.py all -h # for mac, linux $ py find.py all -h # for windows using the "<dir_name" directory help command
$ python find.py dir_name -h # for mac, linux $ py find.py dir_name -h # for windows search and delete folders migrations
$ python find.py --delete all # for mac, linux $ py find.py --delete all # for windows search and delete folders migrations abbreviated
$ python find.py -d all # for mac, linux $ py find.py -d all # for windows search and delete single folder migrations
$ python find.py --delete < name-of-folder > # for mac, linux $ py find.py --delete < name-of-folder > # for windows search and delete single folder migrations abbreviated
$ python find.py -d < name-of-folder > # for mac, linux $ py find.py -d < name-of-folder > # for windows get the current version of the command-line library
$ python find.py --version # for mac, linux $ py find.py --version # for windows get the current version of the command-line library abbreviated
$ python find.py -v # for mac, linux $ py find.py -v # for windows