Learnwagtail смотреть онлайн

play_arrow
37
1

00:07:01

Wagtailify Your Static Website: Installing Wagtail

Wagtailify Your Static Website: Installing Wagtail

Coding For Everybody

Learn how to install Wagtail using a virtual environment. For downloadable resources check out the free course on LearnWagtail.

play_arrow
2 тыс
1

00:00:40

The Future of Editing in Wagtail CMS

The Future of Editing in Wagtail CMS

Wagtail

A key part of our vision for Wagtail is creating the best editing experience of any enterprise CMS, and in 2022 we will be making ...

play_arrow
8 тыс
5

00:01:38

Wagtail for Beginners Course

Wagtail for Beginners Course

Coding For Everybody

To enrol in this course go to: https://learnwagtail.com/wagtail-for-beginners/ The demo site you'll create can be found at ...

play_arrow
2 тыс
2

00:04:53

Installing Wagtail using venv

Installing Wagtail using venv

Coding For Everybody

This is a clip from the official Wagtail for Beginners Course (different from the Learn Wagtail course) ...

play_arrow
2 тыс
4

00:10:40

StreamField Deep Dive 2: Exploring Common StreamFields

StreamField Deep Dive 2: Exploring Common StreamFields

Coding For Everybody

LearnWagtail.comTutorial: https://learnwagtail.com/tutorials/streamfield-deep-dive-2-exploring-common-streamfields/ Wagtail for ...

play_arrow
4 тыс
6

00:19:01

Wagtail CMS: Routable Page Categories And Years

Wagtail CMS: Routable Page Categories And Years

Coding For Everybody

Tutorial: https://learnwagtail.com/course/routable-pages-categories-and-years/ Wagtail for Beginners Course: ...

play_arrow
13

00:10:38

Wagtailify Your Static Website: Simple Wagtail StreamFields

Wagtailify Your Static Website: Simple Wagtail StreamFields

Coding For Everybody

Learn more about Wagtail StreamFields in their most simple form for dynamic, mix-and-match content in your Wagtail Pages.

play_arrow
3 тыс
4

00:04:24

Wagtail CMS: Changing the Admin Display Title

Wagtail CMS: Changing the Admin Display Title

Coding For Everybody

Tutorial: https://learnwagtail.com/tutorials/changing-page-display-title/ Wagtail for Beginners Course: ...

play_arrow
2 тыс
3

00:12:12

Wagtail CMS: Updating Wagtail, Django and Django Debug Toolbar

Wagtail CMS: Updating Wagtail, Django and Django Debug Toolbar

Coding For Everybody

In this video we'll go over upgrading your Wagtail website from v2.4 to v2.5.1 and we'll upgrade Django from 2.1.5 to 2.2.2.

play_arrow
2 тыс
2

00:10:02

Headless Wagtail CMS: Serializing ForeignKeys on Wagtail Pages

Headless Wagtail CMS: Serializing ForeignKeys on Wagtail Pages

Coding For Everybody

Tutorial: https://learnwagtail.com/tutorials/headless-cms-serializing-foreign-keys/ Wagtail for Beginners Course: ...

play_arrow
2 тыс
6

00:17:51

StreamField Deep Dive: How to Find More StreamField Options

StreamField Deep Dive: How to Find More StreamField Options

Coding For Everybody

Tutorial: https://learnwagtail.com/tutorials/streamfield-deep-dive-how-to-find-undocumented-options/ Wagtail for Beginners ...

play_arrow
3 тыс
5

00:10:44

Wagtail CMS: How to customize default Wagtail Page property values

Wagtail CMS: How to customize default Wagtail Page property values

Coding For Everybody

Tutorial: https://learnwagtail.com/tutorials/customizing-default-property-values/ Git Commit: ...

play_arrow
9

00:06:43

Wagtailify Your Static Website: Cleaning Up Your Wagtail Website Codebase

Wagtailify Your Static Website: Cleaning Up Your Wagtail Website Codebase

Coding For Everybody

Learn which files you can safely delete in your project so far. To ask questions or to get the source code you see in these videos, ...

play_arrow
13

00:13:12

Wagtailify Your Static Website: How to Add Pagination in Wagtail

Wagtailify Your Static Website: How to Add Pagination in Wagtail

Coding For Everybody

Learn how to add Pagination in your Wagtail/Django project. To ask questions or to get the source code you see in these videos, ...

play_arrow
2 тыс
2

00:04:53

Headless Wagtail CMS: Custom Page Properties

Headless Wagtail CMS: Custom Page Properties

Coding For Everybody

Tutorial: https://learnwagtail.com/tutorials/headless-wagtail-cms-custom-page-properties-api/ Wagtail for Beginners Course: ...

play_arrow
16

00:10:59

Wagtailify Your Static Website: Reusing Template Components in Wagtail

Wagtailify Your Static Website: Reusing Template Components in Wagtail

Coding For Everybody

Learn how to re-use template components in your Wagtail website so you can manage less code, and enjoy more free time.

play_arrow
32
1

00:13:29

Wagtailify Your Static Website: Global Navigation using a Templatetag

Wagtailify Your Static Website: Global Navigation using a Templatetag

Coding For Everybody

Learn how to write a Django template tag to create a global navigation component for your new website. To ask questions or to ...

play_arrow
2 тыс
4

00:12:54

Headless Wagtail CMS: Serializing Child Pages (Serializing a QuerySet)

Headless Wagtail CMS: Serializing Child Pages (Serializing a QuerySet)

Coding For Everybody

Tutorial: https://learnwagtail.com/tutorials/headless-cms-serializing-child-pages-and-querysets/ Wagtail for Beginners Course: ...

play_arrow
72 тыс

00:06:01

How to Install Wagtail CMS using Pipenv in Less Than 6 Minutes

How to Install Wagtail CMS using Pipenv in Less Than 6 Minutes

Coding For Everybody

Installation instructions: pip3 install wagtail wagtail start mysite cd mysite pipenv shell pip3 install -r requirements.txt python3 ...

play_arrow
13 тыс
25

00:12:17

Registering Django Models with Wagtails ModelAdmin

Registering Django Models with Wagtails ModelAdmin

Coding For Everybody

In the land of Django and Wagtail, sometimes you need custom Django Models but Wagtail doesn't let you edit these models by ...

play_arrow
3 тыс
6

00:06:43

Wagtail CMS: Enabling the Styleguide

Wagtail CMS: Enabling the Styleguide

Coding For Everybody

If you're interested in changing the styling in the /admin/ area of your Wagtail CMS website, or if you're simply looking for a list of ...

play_arrow
3 тыс
5

00:17:22

Headless CMS: Exposing Orderable Data and StreamFields

Headless CMS: Exposing Orderable Data and StreamFields

Coding For Everybody

In this tutorial you will learn how to add a Wagtail Orderable model fields to your Wagtail v2 API, and how to add StreamFields to ...

play_arrow
84
2

01:01:44

Wagtail Workshop: Start and Deploy a Website In 1 Hour

Wagtail Workshop: Start and Deploy a Website In 1 Hour

Coding For Everybody

In this one hour Wagtail workshop we are going to create a new Wagtail website from scratch, create a blog, and deploy it to the ...

play_arrow
1 тыс
3

00:02:43

The Ultimate Wagtail Developers Course (2024)

The Ultimate Wagtail Developers Course (2024)

Coding For Everybody

Course link: https://learnwagtail.com/the-ultimate-wagtail-developers-course/ Welcome to the Ultimate Wagtail CMS Course!

play_arrow
47

00:13:41

Wagtailify Your Static Website: Setting up the Base Wagtail Project

Wagtailify Your Static Website: Setting up the Base Wagtail Project

Coding For Everybody

Learn how to setup your base.html file with a global navigation, footer, and customizable content. To ask questions or to get the ...

play_arrow
8 тыс
18

00:14:03

How Wagtail CMS StreamFields are Saved in the Database (behind the scenes)

How Wagtail CMS StreamFields are Saved in the Database (behind the scenes)

Coding For Everybody

In this video we're using DB Browser for SQLite to explore how StreamFields are stored in the database. Tutorial Page: ...

play_arrow
27 тыс
26

00:19:34

How to Add a Basic StreamField to your Wagtail CMS Page

How to Add a Basic StreamField to your Wagtail CMS Page

Coding For Everybody

In this lesson we are going to learn how to add a basic StreamField to a a generic Wagtail CMS Page. We'll create a new app from ...

play_arrow
3 тыс
5

00:10:57

Headless Wagtail CMS: Serializing RichText Stream Blocks

Headless Wagtail CMS: Serializing RichText Stream Blocks

Coding For Everybody

Tutorial: https://learnwagtail.com/tutorials/headless-cms-serializing-richtext-blocks/ Wagtail for Beginners Course: ...

play_arrow
67 тыс
99

00:16:31

Getting Started With Your First Home Page in Wagtail CMS

Getting Started With Your First Home Page in Wagtail CMS

Coding For Everybody

Learn how to work with Wagtails default Home Page class, and how to extend it with a simple Django model field. WE'll also ...

play_arrow
5 тыс
9

00:24:58

How to Deploy Wagtail using Heroku (Wagtail 2.5.1; Django 2.2.1; Python 3.6.8)

How to Deploy Wagtail using Heroku (Wagtail 2.5.1; Django 2.2.1; Python 3.6.8)

Coding For Everybody

LearnWagtail.com Tutorial: https://learnwagtail.com/tutorials/how-to-deploy-wagtail-to-heroku/ Tutorial Steps I use in this video ...

play_arrow
18 тыс
43

00:13:33

Installing Django Debug Toolbar with Wagtail CMS

Installing Django Debug Toolbar with Wagtail CMS

Coding For Everybody

Learn how to add one of the most useful Django debugging tools into your new Wagtail project. We'll go through the installation ...

play_arrow
35
1

00:08:07

Wagtailify Your Static Website: Visualizing the Project

Wagtailify Your Static Website: Visualizing the Project

Coding For Everybody

Learn how to dissect a static website into Wagtail Pages to help guide your project in the right direction. To ask questions or to get ...

play_arrow
5 тыс
10

00:27:44

Wagtail CMS: How to subclass Wagtail Pages

Wagtail CMS: How to subclass Wagtail Pages

Coding For Everybody

Subclassing is having a class (in this case it's a Wagtail Page) that can be used for other classes (Wagtail Page's). The parent ...

play_arrow
10 тыс
14

00:18:06

Headless Wagtail CMS: How to Enable the v2 API to Create a Headless CMS

Headless Wagtail CMS: How to Enable the v2 API to Create a Headless CMS

Coding For Everybody

In this video, we enable Wagtails powerful Headless CMS (v2 API) by writing just 12 lines of code. Wagtail comes with a lot of ...

play_arrow
21

00:25:00

Wagtailify Your Static Website: Wagtail Contact Pages (with email capabilities)

Wagtailify Your Static Website: Wagtail Contact Pages (with email capabilities)

Coding For Everybody

Learn how to add a Contact Page that is ready to send emails when it's filled out. To ask questions or to get the source code you ...

play_arrow
11

00:16:01

Wagtailify Your Static Website: Adding a Miscellaneous Page Type

Wagtailify Your Static Website: Adding a Miscellaneous Page Type

Coding For Everybody

Learn how to add a "misc" Wagtail Page that has a wide range of uses. To ask questions or to get the source code you see in ...

play_arrow
7 тыс
11

00:18:09

Wagtail CMS: Registering Snippets (Blog Category) using Checkboxes

Wagtail CMS: Registering Snippets (Blog Category) using Checkboxes

Coding For Everybody

In this tutorial we'll be learning how to register another Wagtail Snippet, but instead of using an Orderable and a ...

play_arrow
36
1

00:17:01

Wagtailify Your Static Website: Wagtail Snippets & Repeating Objects (Orderables)

Wagtailify Your Static Website: Wagtail Snippets & Repeating Objects (Orderables)

Coding For Everybody

Learn how to create a "Wagtail" snippet (re-usable data objects) and how to select multiple snippets in a wagtail page (repeating ...

play_arrow
3 тыс
4

00:09:07

Headless Wagtail CMS: Wagtails Built In Image Rendition Field

Headless Wagtail CMS: Wagtails Built In Image Rendition Field

Coding For Everybody

In the last video we created a custom Django Rest Framework Serializer to expose an Image field from a ForeignKey. In this video ...

play_arrow
4 тыс
6

00:10:23

Headless Wagtail CMS: Exposing Custom Page Fields to the v2 API

Headless Wagtail CMS: Exposing Custom Page Fields to the v2 API

Coding For Everybody

In the last lesson we enabled Wagtails v2 API but we didn't have access to our custom fields.. yet! In this lesson we'll learn how, ...

play_arrow
1 тыс
2

00:00:59

Wagtail + Docker

Wagtail + Docker

Coding For Everybody

Learn how to setup Wagtail with Docker and expand your project to include ElasticSearch, Redis and Postgres using Docker ...

play_arrow
4 тыс
7

00:17:44

Wagtail CMS: Restricting Parent and Child Page Types

Wagtail CMS: Restricting Parent and Child Page Types

Coding For Everybody

When you start to create several different page types in Wagtail and you create a child page (a page that's nested under a different ...

play_arrow
15

00:11:35

Wagtailify Your Static Website: Converting the Home Page to Wagtail (Part 2)

Wagtailify Your Static Website: Converting the Home Page to Wagtail (Part 2)

Coding For Everybody

Learn how to add the bottom half of the home page to your Wagtail website, including repeating content from other parts of your ...

play_arrow
6

00:02:35

Wagtail videos,swallow videos,Learn Wagtail and swallow,birds videos,White Wagtail,beautiful birds

Wagtail videos,swallow videos,Learn Wagtail and swallow,birds videos,White Wagtail,beautiful birds

colourful beautiful world 786

HELLO FRIENDS, Birds White Wagtail (motacilla alba) Singing. Wagtail Bird Call bird Song. Nature Sounds. When is a yellow ...

play_arrow
26

00:10:14

Wagtailify Your Static Website: Global Social Media Settings

Wagtailify Your Static Website: Global Social Media Settings

Coding For Everybody

Learn how to add customizable social media links and icons to your Wagtail website. To ask questions or to get the source code ...

play_arrow
21

00:15:33

Wagtailify Your Static Website: Child Pages and StreamField Introduction

Wagtailify Your Static Website: Child Pages and StreamField Introduction

Coding For Everybody

Learn how to create Child Pages in Wagtail, along with customizable mix-and-match content fields called "StreamFields". To ask ...

play_arrow
15 тыс
23

00:22:42

How to use Orderables in Wagtail CMS

How to use Orderables in Wagtail CMS

Coding For Everybody

Discover how to use Djangos Inline Models within a Wagtail Page in a feature called Orderable. Orderables let you add moveable ...

play_arrow
12

00:03:49

Wagtailify Your Static Website: Your Final Project(s)

Wagtailify Your Static Website: Your Final Project(s)

Coding For Everybody

Use what you've learned up until this point. Everything you need to know has been covered in previous lessons. Experiment ...

play_arrow
10 тыс
19

00:16:43

Adding Global Site Settings to Your Wagtail CMS Website

Adding Global Site Settings to Your Wagtail CMS Website

Coding For Everybody

Most websites have social media icons in their footer and often several other links and icons that are global across the entire ...

play_arrow
17 тыс
28

00:59:03

Wagtail Headless CMS Workshop (with Vue.js)

Wagtail Headless CMS Workshop (with Vue.js)

Coding For Everybody

All code is available at https://wagtail.io/headless-workshop/ Wagtail for Beginners Course: ...


По вашему поисковому запросу Learnwagtail, мы нашли популярное видео на данную тему. После просмотра видео рекомендуем посмотреть онлайн Wagtailify Your Static Website: Installing Wagtail бесплатно и в хорошем качестве, которое загрузил пользователь Coding For Everybody 10 Апрель 2024 продолжительностью 07 минут 01 секунд, у него 28 просмотров и 17 тысяч лайков.