Is Django CMS the best?

I read the Djangos cms comparison page and it seems

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

maybe what i was looking for.

Do you have any experience? Recommendation?

Especially on how to install it. I can not find any installation information.

In addition to:

"Make sure the cms, mptt and publisher folders are in your python path. They should all come with the distribution.

Or is it better and easier to install cms for django with the least dependencies?

+1
source share
2 answers

I used the mezzanine. All in all, this works, but now I switched to Django-CMS and became happier.

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

+4
source

I had a similar problem and django-cms was chosen. FeinCMS also looked attractive.

There is a good tutorial for django-cms at: http://readthedocs.org/docs/django-cms/en/2.1.3/ . The only drawback is that there is no deployment in the production environment. However, you should do this by reading the django documentation at: https://docs.djangoproject.com/en/dev/howto/deployment/ .

+2
source

Source: https://habr.com/ru/post/1411383/


All Articles