|
1 | 1 | # Learn Wagtail (from scratch)
|
2 | 2 |
|
3 |
| -All the code in this repository is what you've seen in the Learn Wagtail video course. This repo follows a course designed to teach Wagtail without necessarily understanding Django or any other Python specific packages. |
| 3 | +The original Learn Wagtail course can be found at [https://learnwagtail.com/tutorials/](https://learnwagtail.com/tutorials/) or at [https://wagtail.io/course/](https://wagtail.io/course/) (same videos). This course is the original Learn Wagtail series and all these videos are entirely free and available on the website _and_ on YouTube. |
4 | 4 |
|
5 |
| -### learnwagtail.com course |
6 |
| -The entire Learn Wagtail course, and additional materials, can be found at [https://learnwagtail.com/course/](https://learnwagtail.com/course/). There are more written tutorials on learnwagtail.com. |
| 5 | +### Learn Wagtail Course |
| 6 | +The Learn Wagtail course is a free beginner-friendly course that dives into several of Wagtail fundamentals. It's not particularily guided for a course, but it does dive into _a lot_ of different Wagtail subjects. |
| 7 | + |
| 8 | +The entire Learn Wagtail course, and additional materials, can be found at [https://learnwagtail.com/tutorials/](https://learnwagtail.com/tutorials/). |
| 9 | + |
| 10 | +### Wagtail for Beginners Course |
| 11 | +There is a second Wagtail course called Wagtail for Beginners which is available at [https://learnwagtail.com/wagtail-for-beginners/](https://learnwagtail.com/wagtail-for-beginners/). |
| 12 | + |
| 13 | +**This is not the same as the Learn Wagtail course**. |
| 14 | + |
| 15 | +Wagtail for Beginners is a premium course that takes you from A-Z and includes everything from setting up a new Wagtail website to launching it on Digital Ocean. |
7 | 16 |
|
8 | 17 | ### YouTube Playlist
|
9 |
| -All the videos are hosted on YouTube as well [https://www.youtube.com/playlist?list=PLMQHMcNi6ocsS8Bfnuy_IDgJ4bHRRrvub](https://www.youtube.com/playlist?list=PLMQHMcNi6ocsS8Bfnuy_IDgJ4bHRRrvub). There's currently over 35 videos to digest. And once again, all the code you see in the videos can be referrenced in this GitHub repository. |
| 18 | +All the videos are hosted on YouTube as well [https://www.youtube.com/playlist?list=PLMQHMcNi6ocsS8Bfnuy_IDgJ4bHRRrvub](https://www.youtube.com/playlist?list=PLMQHMcNi6ocsS8Bfnuy_IDgJ4bHRRrvub). There's currently over 55 videos to digest. And once again, all the code you see in the videos can be referrenced in this GitHub repository. |
10 | 19 |
|
11 | 20 | ### Documentation
|
12 |
| -Most of the videos have some form of written tutorial that you can find on the learnwagtail.com website. But please keep in mind that learnwagtail.com is not trying to re-write the [Wagtail Documentation](http://docs.wagtail.io/en/latestl/), it's merely an additional support line. For more clear documentation about feature-specific details, you are always urged to read the Wagtail Docs. |
| 21 | +Most of the videos have some form of written tutorial that you can find on the learnwagtail.com website. But please keep in mind that learnwagtail.com is not trying to re-write the [Wagtail Documentation](http://docs.wagtail.io/en/latest/), it's merely an additional support line. For more clear documentation about feature-specific details, you are always urged to read the Wagtail Docs or [join us on Slack](https://wagtail.io/slack) |
13 | 22 |
|
14 | 23 | ### Support
|
15 |
| -Are you new to Wagtail CMS? Or do you have a question that isn't answered in the docs or on [StackOverflow](https://stackoverflow.com/search?q=wagtail)? You can [join the free community of almost 1,000 members on Slack](https://wagtail-slack.now.sh/) |
| 24 | +Are you new to Wagtail CMS? Or do you have a question that isn't answered in the docs or on [StackOverflow](https://stackoverflow.com/search?q=wagtail)? You can [join the free community of almost 1,800 members on Slack](https://wagtail.io/slack) |
0 commit comments