User editor User editor is Django app for editing user. It uses DynamicForms Quick start Add "usereditor" to your INSTALLED_APPS setting like this: INSTALLED_APPS = [ ... 'usereditor', ] Use DRF routers to make user editor accessible through browser