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? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2a18b698-5612-43f7-834d-2791d9d3aa7d%40googlegroups.com.

