DEV Community

siddharth shukla
siddharth shukla

Posted on

How can I resolve ‘django_content_type already exists’?

Initial migrations on a project can sometimes be troubleshot using –fake-initial

python manage.py migrate --fake-initial
python manage.py migrate

Read more: https://realprogrammer.in/how-can-i-resolve-django_content_type-already-exists/

Top comments (0)