Live data from Hacker News

Show HN: Wagtail 2.0 is a big release for our Python CMS

wagtail.io

1–8 of 8 posts

Re: Show HN: Wagtail 2.0 is a big release for our Python CMS

#3
post #2

These are exciting news, especially about Draft.js editor integration! I've built multiple projects with Wagtail CMS, and it's always been a great joy to work with the code as a developer. Clients also like it for its sleek and uncluttered admin UI. Keep it up!

Thanks timonweb!

I'm the OP, happy to answer any questions about this release or Wagtail in general.

Re: Show HN: Wagtail 2.0 is a big release for our Python CMS

#6
I found the "Zen of Wagtail" document really useful in understanding the philosophy behind the project: http://docs.wagtail.io/en/v2.0/getting_started/the_zen_of_wa...

In particular I really like the way it separates the roles of editor, site administrator and site developer. If you want custom fields, you write them in Python (and check them into version control) - it doesn't even try to give non-programmers tools for constructing custom data types.