5 ms·
So, what's the WordPress equivalent in Python?
by wordpressdev 8y ago
So, what's the WordPress equivalent in Python?
- kimdotcom 8y agoJekyll or Django, or a hybrid?
- armandososa 8y agoNot even close. That's like saying that the alternative to Photoshop is C++.
- mgkimsal 8y agoThat might be a bit harsh. Closer comparison might be photoshop to gimp?
- giancarlostoro 8y agoJekyll is closer to Wordpress but Django is a library / framework so Photoshop to C++ is kinda close, but a little too far.
- mgkimsal 8y agoI'm thinking "django cms", not just django - sorry. colleague of mine has been doing a lot of work in django cms the last year and I conflate the two sometimes :)
- giancarlostoro 8y agoAh makes more sense.
- armandososa 8y agoHuh. Django cms actually looks pretty nice.
- vonseel 8y agoNot really. Gimp is still an image editor. Django is your GUI/imaging framework and libraries if you’re going to make that comparison.
- vonseel 8y agoAgreed. Django gives you the tools to build applications, wordpress is a point and click setup for most people. The users are extremely different audiences.
- StavrosK 8y agoWagtail. There's also a very nice library that can dump all the pages from Wagtail into a static site which you can then just copy to a CDN, giving you the best of both worlds: The ease of publishing of dynamic sites and the speed/ease of deployment of static sites.
- wordpressdev 8y agoWagtail looks good. Wonder what's the learning curve from someone coming from WordPress development background.