Streamfield is how I think more CMS's will go in the future. It's basically building blocks (that you make as a dev) that allow you to create every page to be unique in layout, content, etc.
Only caveat is that it wants to handle a lot of the URLs for you (I guess what CMS doesn't) so if you have anything else custom going on in your Django app need to be aware of that.
I use wagtail on all of my projects and it is amazing to work with:
wagtail.io/
Streamfield is how I think more CMS's will go in the future. It's basically building blocks (that you make as a dev) that allow you to create every page to be unique in layout, content, etc.
Only caveat is that it wants to handle a lot of the URLs for you (I guess what CMS doesn't) so if you have anything else custom going on in your Django app need to be aware of that.
i install and use wagtail and i can add more pages :S very confused django-cms works like charms!