/django-usereditor

Primary LanguagePythonOtherNOASSERTION

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