Skip to content

Django admin configuration

Durval Carvalho de Souza requested to merge django-admin-crud into development

The transductors, slave and campi models were added to Django Admin Panel.

To register one model to Django Admin Panel you must implement a class that inherits from django.contrib.admin.ModelAdmin which will detail the display list and filter list.

image

Campus Panel image

Slave Panel image

Transductor Panel image

User Panel image

Edited by Guilherme Augusto Nunes Silva

Merge request reports