For my Django app I have a request page that allows users to make multiple requests(like an order form) in a single submission. If the user has many requests I don't want them to fill about the forms one by one.
I currently have django-import-export installed for the admin. Is there a way to allow the user to import a csv file to the database? If not, what would be a good solution to make the form process more user friendly?