I've xmlparser.py. This .py parses a local XML file and then create/update objects from models SQLITE3 database.
This xmlparser.py file is in the same folder as views.py. Well, I wanna "execute" xmlparser.py (which update my db) and then get in views.py database objects updated for HttpResponse.
How could I do that?