Skip to content

Initial migration failing #19

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

Closed
nmgeek opened this issue Jul 15, 2015 · 1 comment
Closed

Initial migration failing #19

nmgeek opened this issue Jul 15, 2015 · 1 comment

Comments

@nmgeek
Copy link

nmgeek commented Jul 15, 2015

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
@kevinastone
Copy link
Owner

I can't reproduce this. Please re-open if you're still seeing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants