as of right now, the Reedies list_display view in the admin interface is really sparse. Further, the usernames aren't even ordered alphabetically. In the list display, it would probably be helpful if we offered a lot of the info that the django User model does (i.e first name, last name) as well as sections enrolled, last login...
From @ifjorissen on October 20, 2015 23:11
as of right now, the Reedies list_display view in the admin interface is really sparse. Further, the usernames aren't even ordered alphabetically. In the list display, it would probably be helpful if we offered a lot of the info that the django User model does (i.e first name, last name) as well as sections enrolled, last login...
Copied from original issue: ifjorissen/vrfy#185