django-usereditor

Aplication for user overview and editing


License
BSD-3-Clause
Install
pip install django-usereditor==0.0.5

Documentation

User editor

User editor is Django app for editing user. It uses DynamicForms

Quick start

  1. Add "usereditor" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'usereditor',
    ]
    
  2. Use DRF routers to make user editor accessible through browser