As a CMS for python
I think something can be mentioned. inside that, CMS in Python, which one should I use? If you are wondering which one to use, I think it will be helpful.
I had development experience with django without using a CMS. At this time, I was using ** django2 series **.
I haven't used django CMS yet Mezzanine vs Wagtail I would like to do it.
In conclusion, ** Wagtail ** is recommended. Because (as far as I know) ** Mezzanine is based on the Djnago1 series **. If you are familiar with WordPress, it is certainly easy to use and very convenient, but I felt that the Django 1 series was too incompatible with the 2 series and later, so I thought it would be difficult to develop.
In that respect, wagtail is compatible with django2 series and later, so I think it is better than Mezzanine. However, it is a pity that there are very few Japanese materials of Wagtail, but Those who have summarized it on Youtube Please do your best with reference to that. Even if you don't understand English, you can implement what you want to do just by looking at the source code and the execution screen.
CMS in Python, which one should I use?
Recommended Posts