0

While trying to reset my python Django project migrations due to 1st command my whole is deleted.

How can I recover?

find . - path "*/migrations/*.py" -not -name " __init.py__ " -delete   **Wrong command

find . -path "/migrations/.py" -not -name " init.py " -delete

find . -path "/migrations/.pyc" -delete

Amol_G
  • 101

0 Answers0