I tried using authentication but there was an issue.
I got this issue when I started my server:
<class ‘rest_framework.authtoken.admin.TokenAdmin’>: (admin.E039) An admin for model “User” has to be registered to be referenced by TokenAdmin.autocomplete_fields.
How to solve it?
Thank you!