Ask HN: Best CMS/Platform/Tool for this Project
1 comments
I am a python developer and use flask extensively and after having come across it few months back, I can say that there's nothing Flask can't do.
I have started making a blogging platform similar to yours though it is not complete and lack commenting feature and voting feature, here's the code: https://github.com/scottydelta/miniblog
PS: you need to create required db and have data to see it working in case you plan on forking. Fortunately I am using sqlalchemy so models.py has the db schema.
PS: you need to create required db and have data to see it working in case you plan on forking. Fortunately I am using sqlalchemy so models.py has the db schema.
I'm capable of building something like this, but my gut feeling is that there is a CMS or platform that takes care of most of this out of the box. My first thought was Wordpress, but I’m not sure it is robust enough to handle all of these features.
I’m a python developer so if I built it I would probably use something like Django, but maybe there is something better? In my research people have recommended Joomla and especially Drupal for tasks like this, but I don’t know php and they both seem to have a steep learning curve.