If it's simple, just follow this example for reading lines of CSV:
http://docs.python.org/2/library/csv.html
And on each loop construct your model and save it. It's the quickest and easiest way of doing what you want to do. About 10 lines and not using any fancy libraries. No need to over-think it.