Hacker News new | ask | show | jobs
by jardaroh 3595 days ago
May I recommend using Django CMS? In my opinion it is the best basic CMS, truly user friendly, free and open and builds upon Django web framework.

Templating is very simple, if you have looked at twig for php it should look very familiar.

Also, with the power of python and Django, your imagination really is the only limit to how you expand upon the site.

Best of luck!

1 comments

I've definitely heard of it! Would I need to know Python well to use it? (Not opposed to getting better at Python, obviously, but just a consideration for my partner)
You only need to learn Python if you want to do back-end development. Templating, design, content etc don't require any Python skills - just as you don't need PHP skill to build sites in WordPress.