All Questions
1 question
2
votes
1
answer
5k
views
Parsing and data presentation in Django
For some time now, I've been using a pattern which I think could be done more elegantly.
I have a lot of XML files that need to be represented in a Django views. My current approach is like this:
I ...