A
A
antonsilin2016-10-13 00:25:37
Django
antonsilin, 2016-10-13 00:25:37

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

1 answer(s)
S
Shiva, 2017-05-18
@Shiva

https://github.com/philippbosch/django-sirtrevor - unfortunately not supported, but it's still possible to add compatibility to your needs
https://github.com/g3rd/django-mediumeditor

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question