for several days, I am considering whether I should use a CMS-like Django-App for the new web portal that I was ordered to build. Most parts of the portal will be exclusively model-oriented (for example, news, small ads, catalogs, etc.), but there are several static pages that must be supported by editors.
I tested various systems, such as Django-CMS, FeinCMS, PyLucid and some others, but all of them have many overloads that I do not need for the project. Basically, I want to give editors the ability to upload images and attachments, easily put them in a text body, give them some attributes, such as width / height, and enter text in the form of any markup, such as textiles or markdowns (not in the wysiwyg editor) . I don’t want to adapt the whole project to the CMS structure (for example, to use CMS template tags), since most parts of the portal are designed and structured manually. Is there any application that I just haven't seen? I can’t imagine that he didn’t have the same requirements before.
source share