Skip to content

Custom DFC admin views

Django's default admin is closely linked to the model logic and database, which can be intimidating for non-technical users who should have some admin permissions.

It would be better for usability to design and create some custom admin pages for modifying data and performing administrative tasks, where the interface is not designed around the models directly but for our users.