Django(1.7) admin - separate user-profile section

2015-03-04 Thread Flemming Hansen
Hi all, I need to make a `passwordless` token system, and want to have a "Home › Passwordless › User tokens" in the Admin section. For the "User tokens" `list_display` I need all the "Users". (I do _not_ want to display the token information on the regular "User"-admin as just an extended "pro

[1.7] Django Admin - Secondary, extended user-admin

2015-03-04 Thread Flemming Hansen
Hi all, I need to set up a passwordless login system using tokens, and I need to manage it from the admin backend. Simplified, the tokens need to be set for a user (one user, one authenticate token, many authorize tokens). In the site admin interface I need "User tokens" to be its own "ModelAd