Hacker News new | past | comments | ask | show | jobs | submit | more tomd's comments login

Thanks timonweb!

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


I'm one of the Wagtail core developers. We made the mistake of spreading our support across too many channels (Google Groups, Stack Overflow, IRC, semi-private Slack) but we've made a clear decision to focus on Stack Overflow for developer-related questions:

https://stackoverflow.com/questions/tagged/wagtail

mainly as a result of this poll:

https://twitter.com/WagtailCMS/status/801384753589080064

Please feel free to contact me directly (details in profile) if you're not getting the support you need on SO.



Note Altify also uploads each of your images to http://uploads.im (looks like an Imgur alternative), and apparently leaves them there:

https://github.com/ParhamP/altify/blob/master/altify/altify....


'the guy'? 'he'?


For every woman on github there are 18.3 men. So yes, "he" way way more likely.


This is a fascinating analysis. I'm the CTO of the agency behind the Wagtail CMS (https://wagtail.io) which you reference. People like NASA, Google, Peace Corps, PBS run sites on Wagtail but I'd use WordPress for my friend's 5 page site because:

- < 5 minutes to organise cheap hosting - automatic updates - zillions of themes - someone else can fix it when it goes wrong

I hope Daniele and his colleagues at Aldryn will help with quick cheap Django hosting (they do Wagtail too!). But I'm not sure that Wagtail or Django CMS will ever be the right choice for this use-case. Of course you _could_ build a WordPress equivalent in Django, using postmeta-style key-value tables that abuse relational database theory but allow plugins to define their own content types, and maybe someone should. Our effort is going into building a CMS which helps implementers of non-trivial sites do the 'right thing': keep their content structured, clean, related, filterable. Create once publish everywhere!

There's a lot to learn from WordPress but I don't think 'dynamic models' are the answer for situations where you have more than one developer (there's no guaranteed parity between developer and production environments) or lots of relations (postmeta-style tables have ugly joins, weak integrity checks, poor performance).


It would be fantastic if Wagtail had anything similar like the WP taxonomy - content organization idea, this is the only part missing on the way to a real WP killer.

This is not only about ui - giving users the power to build menus via the ui is great, but the real thing that happens is that people have a great way to actually _manage their content_ - for an experienced WP user it is easy to add a new category menu, add some special section for a limited time or completely restructure a site, etc., this is possible because of how they implemented the usage of taxonomies and how you can structure your site with menus and category pages based on that taxonomies or pull the content with a simple WPQuery. This is very powerful!

People need categories, e.g. (not me): https://groups.google.com/forum/#!searchin/wagtail/category%...

If the answers in this thread are right and it is only possible to implement this usecase with custom model classes for each category, then this is a serious design limitation that should be considered. I hope there is another way doing that and I simply missed it, if there is, please make a blog post about it, I beg!

I played with django tag-it and maybe there is a good way to combine it with this wagtailmenu https://github.com/rkhleics/wagtailmenus

It's about the ideas. I do not want to discuss WP vs. Django on the level of technical details, I understand the context, I understand the code and I know where WP is used and where Django and such a discussion is nonsense.

BTW I would love to use Wagtail for all projects, but easy handling of catregories (lots of them) is very important for long term content segmentation.

Thanks for your attention!


Most of the sites we build on Wagtail use taxonomies / categorisation, either with a foreign key to categories defined as snippets, or with custom model classes for each page type, as you describe. You're right that Wagtail has no 'native' equivalent of WP's Categories, and perhaps that's a mistake. You're also right to focus on ideas and usage over technical details; we fall into this trap too easily.

I'm very interested in talking more about this, but without derailing the topic. Please email me on my first name at torchbox.com.


Wagtail isn't so new now - it's coming up to two years since we launched the open source project and there are now thousands of sites in productions, with high profile users including NASA, Google, NBC, the US and UK governments. Wagtail takes quite a different approach to Django CMS and we're very happy to see their continued progress. Congratulations on the release!


Sorry, I realize I can research this myself—and plan to—but do you happen to have any references where I might learn about the differences in approach between Wagtail and Django CMS?

Thanks in advance!


Here's a video in which Tom Dyson (Wagtail) and Iacopo Spalletti (django CMS) discuss this question at DjangoCon Europe 2015: https://vimeo.com/135039952


We're really excited to see that BetaFEC[0] is running on Wagtail[1], our open source Django CMS. Great job, 18F!

[0] https://github.com/18F/fec-cms

[1] https://github.com/torchbox/wagtail


Thanks, Ryan! Check out this exciting PR which landed a few hours ago:

https://github.com/torchbox/wagtail/pull/1521

This allows Wagtail users to swap in alternative rich text editors, e.g. https://github.com/isotoma/wagtailtinymce


I'm the CTO at Torchbox, the agency behind Wagtail. We're really happy with this release, particularly StreamField, which opens up a new way of building rich pages without sacrificing reusability - check out the video at https://youtu.be/oUJNweMWwVQ

I'll do my best to answer any questions here.


Looks great! Much more client friendly than FeinCMS (which is also awesome).

How do you add traditional django apps to the admin? e.g. To get list view and edit forms for regular objects (like you have under "settings" in the admin for Users).

Apologies if it's in the docs but I couldn't see it.

Congrats on the milestone!


Thank you, ra!

Have a look at the register_admin_menu_item hook - http://docs.wagtail.io/en/v1.0/reference/hooks.html#register...

https://groups.google.com/d/msg/wagtail/gootoMvXV8s/yxebbY1Z... has a working example.

Cheers, Dan


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: