Django admin
Django provides a default admin interface
, that provides a convenient interface to manage model
data and visualize database
.
It can be used to perform create, read, update and delete (CURD
) operations on the model directly.
Django provides a default admin interface
, that provides a convenient interface to manage model
data and visualize database
.
It can be used to perform create, read, update and delete (CURD
) operations on the model directly.