Answer the question
In order to leave comments, you need to log in
Is there a simple CMS for Google App Engine?
Is there a simple CMS for Google App Engine?
Are there any features when using ready-made CMS or writing your own CMS? Who worked with it share experience or links. Thank you!
Answer the question
In order to leave comments, you need to log in
> Are there any peculiarities when using ready-made CMS or writing your own CMS?
The main difference that cuts off the vast majority of non-adapted developments is the use of its own NoSQL storage (BigTable seems to be) instead of the usual RDBMS a la MySQL / PostgreSQL / MS SQL / ... If the CMS works with MongoDB or CouchDB, then it will be much easier to adapt. Plus, if memory serves, the lack of write access to the FS, that is, the configs / templates / themes changed from the admin panel, cannot be stored in files.
Specifically for Python, there is a pre-installed Django (a little outdated and without some features) and there should not be many difficulties for writing a primitive CMS. Difficulties were, if sclerosis does not change, with many-to-many relationships
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question