Wagtail 1.0 – a milestone release for our Django CMS
11–14 of 14 posts
Re: Wagtail 1.0 – a milestone release for our Django CMS
#12Re: Wagtail 1.0 – a milestone release for our Django CMS
#13I'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.
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!
Re: Wagtail 1.0 – a milestone release for our Django CMS
#14I'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!
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