I am using Django Admin for some authentication reasons.
I have a model with FileField and I need the following steps:
1-upload a excel file.
2-read the excel file and display its header.
3-user choose some of the header and record to the database.
How can I finish the job in Django Admin?