Closed moskrc closed 5 years ago
I've committed some changes that'll hopefully resolve this issue. Let me know if it works ok for you.
I just did a clone from the master and it's still occurring.
Hello @stephenrjones , I cloned both develop and master but no chance to get rid of this issue. please help!
Hello, have you find any solution for this? I am also stuck in same error while setup.
Hello :) This occurs because the migration has an specific order to run: it needs to migrate first the core
application and then badges
application but Django orders them by name, a different criteria than the required one. I have created the pull request #17 forcing this dependency, along other changes.
It comes to me and I applied the command python manage.py syncdb. It therefore created table of my class whose object I am viewing and When I again run the command classname.objects.all() in python shell, it produces no error. So according to me, please synchdatabase so that database corresponding to your attributes in models.py is created which can be used further.