Ranked awesome lists, all in one place
This list is a copy of springload/awesome-wagtail with ranks
Awesome Wagtail ★73813 ===============
A curated list of awesome packages, articles, and other cool resources from the Wagtail community. Wagtail is a Python CMS powered by Django, focusing on flexibility and user experience.
You might also like Awesome Django and Awesome Python ★43469.
Contents
General resources
Apps
Blogging/news
- Puput - Puput is a powerful and simple Django app to manage a blog. It uses the awesome Wagtail CMS as content management system.
- wagtail_blog ★146 - A WordPress-like blog app implemented in Wagtail.
- wagtailnews ★24 - A plugin for Wagtail that provides news / blogging functionality.
- wagtail-blog-app ★30 ⏳1Y - A blog application for the Wagtail Django CMS.
- Django Wagtail Feeds ★27 - Add support for RSS Feeds, Facebook Instant Articles and Apple News Publisher to your Wagtail CMS Projects.
Rich text editor extensions
- wagtail-readability ★12 ⏳1Y - Test how readable the content you enter into Wagtail is.
- wagtailembedder ★24 - Snippets embedder for Wagtail richtext fields.
- Wagtail TinyMCE ★24 - A TinyMCE editor integration for Wagtail.
- Wagtail Froala ★9 - Extends Wagtail to use the Froala WYSIWYG editor in RichTextField/RichTextBlock.
- Wagtail Medium Editor ★10 - A customizable Medium Editor for Wagtail, with link anchors support.
- WagtailDraftail – Draft.js editor for Wagtail, built upon Draftail and draftjs_exporter ★19.
Widgets
- wagtailgmaps ★38 - Simple Google Maps address formatter for Wagtail fields.
- Wagtail-Geo-Widget ★30 - Google Maps widget for the GeoDjango PointField field in Wagtail.
- wagtail-markdown ★42 - Markdown fields and blocks for Wagtail.
Streamfield
- Wagtail FontAwesome ★47 - Add FontAwesome icons to StreamField.
- Wagtail Commonblocks ★18 - Common StreamField blocks for Wagtail.
- Wagtail SVGmap ★1 - ImageMap functionality for Wagtail through inline SVGs.
- Wagtail ClearStream ★16 - An app to make Wagtail’s StreamField more modular.
- UWKM Streamfields ★13 – A basic set of Wagtail Streamfields for fun and profit.
- wagtail-inventory ★7 - Search Wagtail pages by the StreamField blocks they contain.
Static site generation
- Wagtail-bakery ★32 - A set of helpers for baking your Django Wagtail site out as flat files.
Settings management
- Wagtail-Constance ★7 ⏳2Y - django-constance integration for Wagtail CMS.
- Wagtail-Flags ★23 - Feature flags for Wagtail sites.
E-commerce
- wagtailinvoices ★23 - A Wagtail module for creating invoices.
- longclaw ★87 - A shop template for Wagtail CMS.
- django-oscar-wagtail ★34 - Wagtail integration for Oscar Commerce (or Oscar Commerce integration for Wagtail?).
SEO and SMO
- wagtail-metadata ★17 - A tool to assist with metadata for social media and search engines.
- wagtail-metadata-mixin ★17 ⏳1Y - OpenGraph, Twitter Card and Google+ snippet tags for Wagtail CMS pages.
- wagtail-schema.org ★20 - Schema.org JSON-LD tags for Wagtail sites.
Analytics
- Wagtail Analytics ★70 - A Google Analytics dashboard in your Wagtail admin.
Customer experience
- Wagtail Experiments ★34 – A/B testing for Wagtail.
- Wagtail Personalisation ★39 - Personalisation module, enabling editors to create customised pages - or parts of pages - based on segments whose rules are configured directly in the admin interface.
Security
- wagtailenforcer ★24 - If you need to enforce security protocols on your Wagtail site you’ve come to the right place.
- wagtail-yubikey ★4 ⏳1Y - Enable YubiKey two factor authentication on Wagtail admin panel.
Media
- wagtailmedia ★24 - A Wagtail module for managing video and audio files within the admin.
- wagtail-embedvideos - Simple app that works similar to wagtailimages, but for embedding YouTube and Vimeo videos and music from SoundCloud. It’s an integration of django-embed-video.
- Wagtail Alt Generator ★35 - A module for generating image description and tags based on computer vision.
- Wagtail FilePreviews ★8 - Extend Wagtail’s Documents with image previews and metadata from FilePreviews.io.
Translations
- Wagtail Modeltranslation - Simple app containing a mixin model that integrates django-modeltranslation ★561 into Wagtail panels system.
- wagtailtrans ★36 - A Wagtail add-on for supporting multilingual sites.
Forms
- wagtailpolls ★19 - A plugin for adding polling capabilities to the Wagtail CMS.
- Wagtailsurveys ★15 - A module for Wagtail which provides the ability to build polls and surveys.
- Wagtail ReCaptcha - wagtail-django-captcha provides an easy way to integrate the django-recaptcha ★457 field when using the Wagtail formbuilder.
- wagtailstreamforms ★17 - Build forms in Wagtail’s admin for use in streamfields.
Testing
- wagtail-linkchecker ★17 - A tool to assist with finding broken links on your Wagtail site.
- Wagtail Accessibility ★13 – A plugin to assist with accessibility when developing in Wagtail.
- Wagtail Factories ★10 - Factory boy classes for Wagtail.
Misc
- Wagtail Plus ★31 ⏳1Y - Modular add-ons for Wagtail CMS.
- wagtailmenus ★128 - An extension for Torchbox’s Wagtail CMS to help you manage and render multi-level navigation and simple flat menus in a consistent, flexible way.
- Wagtail Error Pages ★19 - Pretty, smart, customizable error pages for Wagtail.
- Wagtail Themes ★34 - Site-specific theme loader for Wagtail.
- Wagtail Sharing ★15 – Easier sharing of Wagtail drafts.
- Wagtail Postgres Search Backend ★4 - PostgreSQL full text search backend for Wagtail CMS.
- Wagtail Gridder ★15 - Grid card layout similar to Google image search results, with an expanded area for card details.
- Wagtail Condensed Inline Panel ★24 - Drop-in replacement for Wagtail’s InlinePanel suited for large number of inlines (collapsible with drag and drop support).
Tools
- Wagtail Cookiecutter Foundation ★98 - A Cookiecutter template for Wagtail CMS using Zurb Foundation 6.
- Beginner Wagtail Cookiecutter ★17 – A super simple implementation of Wagtail CMS.
- Wagtail Starter Kit ★28 – A cookiecutter complete with wagtail, django layout, vagrant, provisioning scrips, front end build system and more!
Resources
Getting started
- Introducing Wagtail - During the last few months we have spent a good amount of time working with Wagtail, a really cool CMS built on top of the well-known Django framework.
- Getting started in Wagtail, a newcomer’s perspective - Having used Drupal almost exclusively as my main tool of choice for a while now, I was asked to put together a build using Wagtail. By @kiwimind.
- Présentation de Wagtail, le dernier CMS Django - Wagtail est un CMS relativement récent dans l’écosystème Django. Pour autant, son jeune âge ne l’empêche pas de posséder de nombreuses fonctionnalités que nous découvrirons dans cet article.
Articles
- Interactive 360 degree product views as a Wagtail streamfield block
- Extending The Functionality of Email Forms in Wagtail
- Wagtail: 2 Steps for Adding Pages Outside of the CMS
- Code blocks for Wagtail using Pygments
- Adding document previews to Wagtail CMS
- Wagtail Tutorials: Build Blog Step by Step - The tutorials teach you how to create a standard blog from scratch step by step.
- Python CMS Framework Review: Wagtail vs Django-CMS - Talk about the difference between Django-CMS and Wagtail, the two most popular CMS framework in Python world.
Recipes
- Oscar Wagtail demo project ★11 - A Django recipe for integrating Oscar E-commerce into a Wagtail CMS application.
Presentations
- An Introduction to Wagtail by Eloise “Ducky” Macdonald-Meyer - This talk is an introduction to Wagtail, a content management system built on the Python web framework, Django.
- DjangoCon US 2015 - Wagtail - Yet Another Django CMS by Tom Dyson - Tom will explain why his agency decided to build a new CMS, share some lessons learned in running a growing open source project, and outline Wagtail’s roadmap to version 2 and beyond. Slide deck.
- Wellington Wagtail CMS Meetup - Meet Wagtail by Josh, Jordi and Rich, from the Springload dev team - An introductory session to Wagtail to showcase the main features it has to offer.
- DjangoCon US 2016 - Atomic Wagtail by Kurt Wall – Brad Frost’s atomic design principles are taking the way we design the web by storm. I’ll explain what Wagtail is, how you can use it with atomic design principles, and some hurdles you might run into along the way with suggestions on how to help.
- PyCon Australia – Comparing Wagtail, Django CMS and Mezzanine by Adam Brenecki – This talk explores the different approaches, strengths and weaknesses of each CMS, and what they mean for you as a developer and for your content editors.
- Wagtail — еще одна CMS на Django by Mikalai Radchuk - This talk is an introduction to Wagtail on Russian.
Podcasts
- Podcast.init Episode 58 - Wagtail with Tom Dyson - In this episode Tom Dyson explains how Wagtail came to be created, what sets it apart from other options, and when you should implement it for your projects.
Videos
- Wagtail screencasts: Creating and displaying pages in Wagtail - This video will show you how to create and display pages using the Wagtail CMS.
Showcases
- Made with Wagtail - A showcase of sites and apps made with Wagtail CMS.
- Contributed apps and website code - A provisional directory of third-party contributed Wagtail websites and apps.
Lists
- PyPI - Python Package Index - Wagtail packages on the Python Package Index.
- Django Packages - Wagtail projects and packages on Django Packages.
Community
- Bristol Wagtail Users and Developers - The South West group (nest?) of people who work with Wagtail CMS.
- Dutch Wagtail Meetup - This is a group for anyone interested in working and developing with Wagtail.
- Wellington Wagtail CMS Meetup - The first Wagtail CMS meetup in New Zealand!
- Wagtail Space - Wagtail training sessions, Wagtail (lightning) talks and a Wagtail sprint. From March 21st until 25th, Wagtail Space takes place in Arnhem, The Netherlands.
Open-source sites
- bakerydemo ★50 – Next generation Wagtail demo, born in Reykjavík.
- wagtaildemo ★274 – An example site implemented with Wagtail.
- Torchbox ★25 – Wagtail build of Torchbox.com.
- Made with Wagtail ★34 - A showcase of sites and apps made with Wagtail CMS.
- OpenCanada.org ★6 – The opencanada.org website source.
- Federal Electoral Commission ★42 – The content management system (CMS) for the new Federal Election Commission website.
- Table Tennis Wellington Business Class ★1 ⏳1Y – Website for the table tennis business league in Wellington NZ.
- Jordi Joan’s blog – Personal blog site using Wagtail CMS.
- Localore: Finding America ★7 – Wagtail-based CMS and Ansible playbooks for Localore: Finding America.
- Adventure Capitalists ★4 ⏳1Y – Wagtail powered website for the world’s only investment band.
- NHS.UK Content Store ★10 – NHS.UK content store and editing app.
- dev.hel.fi ★9 – City of Helsinki development site with Wagtail.
- Digital Helsinki ★6 – City of Helsinki Digital Helsinki Wagtail CMS.
- Secure the News ★44 – An automated scanner and web dashboard for tracking TLS deployment across news organizations.
- HackSoft ★8 – Website for HackSoft.
- HackConf ★3 – Website for the annual HackConf.
- RTEI ★7 – Right to Education Index website (OKFN).
Contribute
Contributions are always welcome! Please read the contribution guidelines first.
License
To the extent possible under law, Springload has waived all copyright and related or neighboring rights to this work.
This list is a copy of springload/awesome-wagtail with ranks