XML file as model for django project

Posted by Ankur Chauhan on Stack Overflow See other posts from Stack Overflow or by Ankur Chauhan
Published on 2010-03-24T20:19:57Z Indexed on 2010/03/24 20:23 UTC
Read the original article Hit count: 314

Filed under:
|
|

Hi,

I have a XML file that is managed by other programs, I am writing a web service such that users are able to query this file. In essence i am using a xml based database instead of using sql as the model database in Django.

how do i do this? all the tutorials that i find use a sql database in the backend. is there a way to use the xml file as a database.

© Stack Overflow or respective owner

Related posts about python

Related posts about django