Skip to content

bnzk/django-admin-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

django-admin-helpers

various admin related helpers for django:

  • enable a browsable admin log, filtered by user/modified object
  • enable password reset for admin users (through existing urls, provided by django.contrib.auth)
  • contrib.cms.password_reset, to enable password reset in django-cms's frontend toolbar
  • simplify user editing: hide email field, username is an emailadress. dont change any underlying mechanics provided by django.contrib.admin
  • integrate django-separate-users: proxy models for frontend user and admin user, to allow normal admin users to edit other admin users, and/or frontend users
  • wish: create new admin users without password, send reset link/welcome email?

inspiration

About

various user related tools for django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published