Post
Topic
Board Project Development
Re: How do I create and design simple website?
by
kermez
on 23/07/2023, 11:33:21 UTC
I was going to use Wordpress, but noticed that some people prefer Django. To be honest, I don't know much about this CMS. What do you think? Which tool is better?
I think django cms vs wordpress is a common dilemma for many. Django is no slouch when it comes to integrations, but since you often have to write a lot of additional code to get them to work, WordPress is the clear winner. It has a larger library of integrations to choose from, and they are easier to use.
But it is also possible to integrate your existing WordPress application with your Django site.