It works in the same way you already do in your Django projects. I recently migrated a blog from Drupal to Mezzanine and I had to import the posts from a CSV file.
Take a look here: https://gist.github.com/carlosribas/c55a2c456ea346262d668dda4e018d87 My import_data.py file does this. Hope it helps. Best, Carlos. Em domingo, 27 de janeiro de 2019 19:34:43 UTC-2, Jonathan Warner escreveu: > > Hey guys, > > I want to ask, if there is a not too complicated way to import data of a > cvs-file into the mezzanine database? > > Thanks for you help > > best regards > Jonathan > > About me: I am relatively new to mezzanine, however a little advanced in > django and python. > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
