How to do fake migrations in Django?

--

Just remove all the migrations .py file except __init__.py and __pycache__ file from all the package and then write the following

python manage.py makemigrations

python manage.py migrate — fake-initial

python manage.py migrate

python manage.py runserver and enjoy

Using this method you can do safe migrations without data loss.

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

No responses yet

Write a response