Django Custom Admin
A custom admin interface on Vue 3 and Vuetify with DRF backend that tries to Keep It Simple.
Features
- Interface for DRF API based on Vue 3 and Vuetify
- Pre-builded Vue SPA front page provided through Django template/static files. A separate setup for the front end is not required.
- Ability to create inline admin actions using forms via DRF serializers
- Dynamic system for obtaining partition scheme and interface structure
- Access rights sharing system based on DRF permissioins
Custom fields
- Related fields/filters with autocomplete search
- WYSIWYG editor using TinyMCE
- JSON editor using svelte-jsoneditor and JSONForms
- Autocomplete for related fields and filters using API
- Support for django-modeltranslation translations
Non ORM inlines
- Table views
- Support for graphs using chartjs
Screenshots
Login page
Dashboard
Create view
Edit page
Table page
Color schemes