3👍
You can use Django CMS, but you have to make the templates by your own. It’s not like WP or Joomla to come with ready-made themes and templates 😉
There is Mezzanine also which it comes with ready-made templates and couple of themes and also Cartridge to provide shopping cart. The thing about mezzanine is that it’s not a pluggable app to use it with your own project, Mezzanine is a complete project by itself and somehow you have to start you project from it and it’s not kind of thing that django people likes.
Finally FeinCMS that I have no experience with it 😉
My suggest is go with Django CMS which is great cms app, did you get it? app.
means just use it as like other django apps that you are using.
Also I’ve released couple of plugins for it.
django-cms is very handy and customizable. Also there is another project called django-shop that is prefect answer for your shopping cart needs, from the mostly same devs of django-cms and it means it’s totally works with django-cms.
The good things about django-cms is, it trying to follows django concepts. It’s fully modular and works perfectly with other django apps.
1👍
You can check out Mezzanine or Django CMS.
Or see Django Packages for comparison: http://www.djangopackages.com/grids/g/cms/
- [Django]-How would I authenticate and make requests from an iPhone app to a Django backend to get around CSRF?
- [Django]-Pythonanywhere 'staticfiles' is not a valid tag library: Template library staticfiles not found