Wagtail CMS - Tom Dyson
April 24, 2019, 12:42 p.m. (5 years, 6 months ago)
0 Comments
- Wagtail CMS
- Wagtail Slack Channel
- Torchbox
- Drupal
- Royal College of Arts
- Wagtail Core Team
- PEP 405: Python Virtual Environments
- CodeRed CMS
- Wagtail Features
- wagtail-alt-generator
- DjangoConUS 2018 - Django and Machine Learning
- awesome-wagtail
- awesome-django
- wagtail-experiments A/B testing
SHAMELESS PLUGS
- William's books on Django
- Carlton's website Noumenal
No comments have been posted yet, be the first one to comment.
Similar Podcasts
Talking Craft CMS 3 RC1!
In the inaugural episode of the devMode.fm podcast, we talk all about Craft CMS 3 RC1. When it is time to start using it for client projects? As developers, what do we love about Craft CMS 3? How do we pitch Craft 3 to clients to get them to love it too? Has the tooling for Craft 3 gotten too compli...
Craft CMS 3 with Pixel & Tonic Founder Brandon Kelly!
In this episode we have Brandon Kelly, the founder of Pixel & Tonic on to discuss their recently released Craft CMS 3. Living up to it’s version number, Craft CMS was 3 years in the works, and is a major new iteration of the popular CMS platform.
We talk about the history of Pixel & Tonic a...
Craft CMS Plugin Developer Roundtable #2
In this roundtable discussion, we once again bring together members of the Craft CMS plugin developers cabal to talk about the state of plugin development 2 ½ years after the Craft CMS plugin store went live.
We talk about a wide range of issues from development challenges to marketing, and how sup...
How Strapi makes you happy!
Host Jennifer Blumberg leads the discussion of Strapi, a Node-based CMS & API provider that allows you to create content-rich experiences. We are joined by guest Daniel Madalitso Phiri from Strapi’s developer relations team.
We delve into using Strapi as a headless CMS, leveraging the awesome d...
#066 PYTHON vs. Javascript - Podcast DevPro
Essa disputa é fácil de resolver hein! Eu e o Moacir vamos debater os prós e contras de cada linguagem num papo descontraído. Te aguardo lá. #SouDevPro
---
Junte-se ao MELHOR e MAIS COMPLETO BOOTCAMP Python do Brasil
👨💻 Bootcamp DevPro: http://python.pro.br/r/bootcamp-devpro
🐍 Curso de Pyt...
Show Information
Django Chat
A biweekly podcast on the Django Web Framework by Will Vincent and Carlton Gibson.
Mentioned Topics
Content Management System
...
Python
Python is object-oriented, high-level, general-purpose programming language. The project was first started and released in 1991 by Guido van Rossum with a design philosophy that emphasizes code readability. Today Python has evolved into a first-class prog...
Wagtail CMS
...
Similar Tutorials
How to Order Objects with Django REST Framework's Nested Serializer
An important part of building solid API is to utilize the power of nesting. With Django, and Django REST Framework its super easy to do so. But what if you want to order and manipulate these objects?
One powerful feature of Django REST Framework is ability to nest objects with seriali...