-1

I need to create an API in Django that will use to take an XML file.

Main Question: I have created models and serialization and but files that have not to save in Django after extracting the data file will be deleted. now I can not understand the view part(api) please help.

1 Answers1

0

If you wish to upload a file using DRF, you might want to take a look at this topic. It should give you an idea of what to do

Jordan Kowal
  • 1,444
  • 8
  • 18