1👍
might be a bit late but I would search your project for this.
admin.site.register(TokenProxy)
you are likely registering TokenProxy somewhere in your code and that is causing a conflict with authtoken
Source:stackexchange.com
1👍
might be a bit late but I would search your project for this.
admin.site.register(TokenProxy)
you are likely registering TokenProxy somewhere in your code and that is causing a conflict with authtoken