[Fixed]-Django Admin: models not showing if the user is not a superuser

1👍

I think you may be running into an old bug in Django that does not allow Proxy models to show up in Django Admin.
https://code.djangoproject.com/ticket/11154

A work around is listed in here: https://gist.github.com/magopian/7543724

However, I am not sure what exactly you are trying to do from the description above.

👤sww314

Leave a comment