We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get this error when the makefile runs the initial migration:
django.core.exceptions.FieldDoesNotExist: User_groups has no field named None
Maybe this cropped up in the latest version of Django?
I was able to work around this with:
rm example/api/migrations/0001_initial.py* rm example/api/migrations/0002_auto_20150525_1522.py* ./manage.py makemigrations
The text was updated successfully, but these errors were encountered:
I can't reproduce this. Please re-open if you're still seeing it.
Sorry, something went wrong.
No branches or pull requests
I get this error when the makefile runs the initial migration:
Maybe this cropped up in the latest version of Django?
I was able to work around this with:
The text was updated successfully, but these errors were encountered: