Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What is CMS?
#1
I want to create a website but anyone tell me about CMS, how it works.
Reply
#2
https://en.wikipedia.org/wiki/Content_management_system
Reply
#3
Django is a very popular CMS that was created in Python. It is the developer's favourite as it lets you customize content from the front of their website. No login panel is required from the admin side to edit or update your website.

Also, if you are planning to make one such CMS, you don't have to learn the Python language.

It allows developers to customize the content from the front of your website. This is the beauty of the Django CMS. For that, you don’t need to open an admin page. Since it's an open-source framework, it allows for improvements to everyone.

Refrence:- https://www.django-cms.org/en/blog/2021/...wordpress/
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020