coderedcorp / coderedcms

Wagtail + CodeRed Extensions enabling rapid development of marketing-focused websites.
https://www.coderedcorp.com/cms
Other
685 stars 133 forks source link

Do you have the ability to import articles in batches? #602

Closed Rwindest168888 closed 4 months ago

Rwindest168888 commented 11 months ago

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

vsalvino commented 11 months ago

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

vsalvino commented 4 months ago

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