[Answered ]-The model TokenProxy is already registered in app 'authtoken'

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

Leave a comment