TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Mezzanine 1.2 and Cartridge 0.6 (Django CMS and Ecommerce platforms) released

45 pointsby stephen_mcdalmost 13 years ago

5 comments

mkotsalainenalmost 13 years ago
I work for large web consultancy firm in Sweden. We've been offering Wordpress and Drupal as a 'lightweight' alternatives to commercial CMSes for these past three years. Even though WP and Drupal are great open source products they've been causing us pain and we've been looking for alternatives. First, we would prefer not to work in Php. It's a broken language and it won't be fixed anytime soon. Ruby and Python are simply better choices. WP has a <i>top notch</i> admin interface but its data model is not suited to anything other than a simple blog. Custom post types aren't that fun when you want to do custom queries against the wp_postmeta table. Drupals major problem is its configuration management. You build a Drupal site by clicking around in an admin interface and all those settings have to be transfered to prod somehow. In theory, the Drupal module Features should solve that problem (it serializes the config state to code) but even though we use it (we have to - no large Drupal project can do without it), it gives us pain every day. Also, Drupal feels bloated and old, but that is my subjective opinion.<p>I've been evaluating Ruby / Python CMS alternatives for the past few years, and Mezzanine is the first non-php CMS that I've encountered that has the polish that is needed if you want to appeal to all those Php (or corporate) devs and their pointy-haired bosses. Its documentation and code is top notch. It has a small friendly community where Stephen McDonald (Mezz founder) is very active. We're doing a small (&#60; 3 months project) with Mezzanine to kick the tires and if it works out we'll be able to recommend it to our clients. I've been working with Mezzanine for about a month now, I feel very productive with it. Its a great feeling to look at the framework source code and very quickly understand what it is doing because it is so simple. South is a beautiful technology, it allows us to evolve our custom page types fast in a controlled manner.<p>Thank you Mezzanine contributors!
评论 #4342658 未加载
评论 #4341160 未加载
gouralmost 13 years ago
At the moment I've to use PHP CMS-es nto being able to find something which is easy enough for Python noob to start with.<p>When I was looking last time in Django world, there was FeinCMS (not quite end-user app) and Django-CMS having some deps (hell) problems and Mezzanine was quite young at that time.<p>Tried my luck with web2py, but there one is, seemingly, supposed to write everything from the scratch which is too time-consuming for me 'cause there are no actively developed CMS-es/blog engines with active community of users.<p>Recently, we took another look at CMS/blog/ecommerce apps in Django world...Mezzanine is the clear winner - actively developed, nice community build around it which helps/improve applications, great documentation, very responsive main developer, decent CMS/blog/ecommerce nicely integrated....shorty, everything what we could hope to find in order to move from PHP for <i>all</i> our web needs, but not requiring huge amount of time to startup.<p>Congrats for beautiful application given for free to end-users &#38; developers...and I hope being able to contribute back somehow pretty soon. ;)
stephen_mcdalmost 13 years ago
For anyone interested, there's a live demo of both these systems available:<p>Backend: <a href="http://mezzanine.jupo.org/admin/" rel="nofollow">http://mezzanine.jupo.org/admin/</a> (user/pass: demo/demo)<p>Frontend: (with live-editing) <a href="http://mezzanine.jupo.org/blog/" rel="nofollow">http://mezzanine.jupo.org/blog/</a>
knesalmost 13 years ago
Nice project! I'm currently looking to build a quick website/cms based on Wordpress + woocommerce. I'll look into Mezzanine / cartridge too.<p>The one thing that looks "hard" for me ( I'am a noob ) after skimming the documentation is the payment gateway integration.
评论 #4342524 未加载
gitarralmost 13 years ago
This is exactly what I need for an upcoming project of mine.<p>So clean, with amazing features and best of all in Python, this will be fun.