I have an XML document and i need to import it into Django’s database (postgres). I guess first of all is this possible and if so how do i go about doing it?
I’m new to Python / Django and i remember importing a load of models into a db a while ago when running a command in the python shell and was wondering if there was something similiar?
I have a model setup for the content to go in. I just want to be able to import a XML document as there are thousands of items to be added.
Thanks
Django isn’t a database.
Basically, your options are: