What is admin interface?

The admin interface, often referred to as the “back end,” is a Symphony project’s primary control panel . Once logged in, authors can use the admin interface to set up and configure a project, manage its structure and content, install extensions, and perform other tasks.

Read more

Does Django admin call clean?

clean() method of model is not called when objects are created from Admin Site . clean() is called only after full_clean() but Saving and object on Django Admin Site does not call that function. As you can see in the official documentation for Mode. clean(), full_clean() is called to catch extra validation errors.

Read more