-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception while running contenttypes migrate #37
Comments
What is diff of models? |
I realize this is an old issue, but I ran into the same problem today. In case it helps someone else, I had neglected to specify my Django application when running migrations. In other words: python manage.py migrate <-- Don't do this |
Is there a fix for this? If you're using the admin site I believe you need to migrate content_types. To replicate the issue, start a new django app (don't need any models) and run the following:
This will create the tables for the django admin site, content_types and migrations. This fails on the content_types table. |
fixed by #97. |
It has been released https://pypi.org/project/django-redshift-backend/3.0.0/ |
Subject: Exception while running django migrate
I am getting this exception while running the migrate command. how can i resolve it?
Error logs / results
Environment info
The text was updated successfully, but these errors were encountered: