Relative Content

Tag Archive for pythondjangodjango-rest-frameworkdatabase-migration

How to Avoid Using –run-syncdb with python manage.py migrate

I am working on a Django project that I cloned from GitHub. When I try to run python manage.py migrate, it fails and requires me to use –run-syncdb. However, I want to make it so that python manage.py migrate is sufficient without the need for –run-syncdb.