Django CMS which is the best? [closed]

空扰寡人 提交于 2019-12-21 22:43:30

问题


I read Djangos cms comparison page and it seems

http://www.django-cms.org/

may be what I was looking for.

Any experience with that? Recommendation?

Especially on how to install it. I cant find any installation info for it.

Apart from:

"Make sure that cms, mptt and publisher folders are on your pythonpath. They all should come with the distribution."

Or what is the best and easiest to install cms for django with the least dependencies?


回答1:


I used Mezzanine. In general it works but I switched to Django-CMS now and am happier with it.

Here is a really straightforward way to get started: https://www.django-cms.org/en/documentation/




回答2:


I had a similar problem and selected django-cms. FeinCMS looked attractive as well.

There is a pretty good tutorial for django-cms at: http://readthedocs.org/docs/django-cms/en/2.1.3/. The only drawback is that there is not about the deployment on the production environment. However, you should get it done by reading django documentation at: https://docs.djangoproject.com/en/dev/howto/deployment/.



来源:https://stackoverflow.com/questions/3515320/django-cms-which-is-the-best

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!