Could anybody share how and where does Django store the mapping between datatypes like number, string, boolean and UI components like textfield, datepicker, radio button, checkbox etc.
I am trying to build a Django-like admin UI for a Spring-boot application. One of the parts is to create a mapping between datatypes and UI components.
Also, I believe we must have a tag django-internals on Stackoverflow.