Answer the question
In order to leave comments, you need to log in
How to implement the import of a large number of XML and photos in Django?
I need to import a huge number of XML files into a Django database (I use PostgreSQL), which are divided into folders. Moreover, in addition to the XML document with fields, each folder contains photos that also need to be loaded into a specific field. And the most incomprehensible thing for me is whether the system will break in this case, because in the XML file the conditional full name fields are called name_1, name_2, name_3, and in the user model - last_name, first_name, middle_name. Please let me know what tools can be used to accomplish this task.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question