Answer the question
In order to leave comments, you need to log in
What are taxes Placeholder from Django-CMS or Streamfield from Wagtail?
Often, when developing projects on djnago, it is required to implement a mechanism for editing the text content of a page. There are many wysiwyg editors, but using them to create a complex structure is very inconvenient. I really like how easy it is to edit complex content with Django-CMS's Placeholder or Wagtail's Streamfield. But I do not want to include these brontosaurs just for the sake of being able to edit content. Maybe there are more lightweight solutions?
Yes, in Djnago-CMS, you can add a PlaceholderField to any model, but at the same time, a lot of problems with access rights appear, their top menu appears with a lot of extras. Streamfield cannot be connected to anything other than their pages at all.
I just need a field that will store an ordered list of widgets (text, gallery, etc.) with an interface for editing all this. Is there such a thing?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question