coderedcorp/coderedcms

Do you have the ability to import articles in batches?

Rwindest168888 opened this issue · 2 comments

I like your project very much. Do you have the ability to import articles in bulk? How?
Thank you.

This is a loaded question, as an "article" from some other system could have an infinite possible combination of data structures.

If you're coming from WordPress, I'd recommend https://github.com/torchbox/wagtail-wordpress-import.

If you're coming from an existing Django project, then I'd recommend writing a migration that copies various fields from your existing Django model to an ArticlePage model.

If your pre-existing articles are in Markdown or plain-text format, then I'd recommend adding a markdown/text field to the ArticlePage model, and you could possibly import via a CSV file using our import feature: https://docs.coderedcorp.com/wagtail-crx/features/import_export.html

Closing this due to inactivity. Feel free to re-open if you are still experiencing the issue or have any new information. Thanks!