Open sanidhyamangal opened 4 years ago
You should migrate jet. See https://jet.readthedocs.io/en/latest/install.html#installation.
python manage.py migrate jet
I had the same problem, but migrating solved it.
@akiyoko, I've already tried that still it is not working.
I have created a custom user model for my Django App. Everything is working fine without django-jet but when I use I use django jet then I receive the error which says argument of type 'QuerySet' is not iterable with following error trace :
Sneak peak to my settings.py file: