I have a sqlite db with some records that I want to import into my Django non-rel db models.
Is the best way just to export the sqlite as a csv and then import the csv?
Something like suggested here: how to import csv data into django models or here: http://djangosnippets.org/snippets/633/