Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

windows 10 reset django migrations

find . -path "*/migrations/*.py" -not -name "__init__.py" -delete
find . -path "*/migrations/*.pyc"  -delete
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #windows #reset #django #migrations
ADD COMMENT
Topic
Name
2+7 =