django-multiple-user-types-example
django-multiple-user-types-example copied to clipboard
Django Quiz Application
From what I understand, student is not a fieldname on user. So I would think request.user.student is not possible.
implement multiple user types with Django-allauth
``` Exception Type: OperationalError Exception Value: no such table: main.classroom_student__old ```
Bumps [django](https://github.com/django/django) from 2.0.1 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...
I was trying to change the interest list but i can neither get access to admin nor do i see it hard coded anywhere.
Hi, Thanks for the tutorial so nice, one issue that I cant log in Admin app as super user, when i do i don't see the User tables. for some...