Skip to content

Commit 78ac91b

Browse files
author
Arne Tarara - Automated
committed
Merge remote-tracking branch 'upstream/main'
2 parents d87a882 + 847850b commit 78ac91b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a demonstration project for the amazing [Wagtail CMS](https://github.com/wagtail/wagtail).
44

5-
The demo site is designed to provide examples of common features and recipes to introduce you to Wagtail development. Beyond the code, it will also let you explore the admin / editorial interface of the CMS.
5+
The demo site is designed to provide examples of common features and recipes to introduce you to Wagtail development. Beyond the code, it will also let you explore the admin/editorial interface of the CMS.
66

77
Note we do _not_ recommend using this project to start your own site - the demo is intended to be a springboard to get you started. Feel free to copy code from the demo into your own project.
88

@@ -16,7 +16,7 @@ This demo is aimed primarily at developers wanting to learn more about the inter
1616
- Example of using a "base" app to contain misc additional functionality (e.g. Contact Form, About, etc.)
1717
- "StandardPage" model using mixins borrowed from other apps
1818
- Example of customizing the Wagtail Admin via _wagtail_hooks_
19-
- Example of using the Wagtail "snippets" system to represent bread categories, countries and ingredients
19+
- Example of using the Wagtail "snippets" system to represent bread categories, countries, and ingredients
2020
- Example of a custom "Galleries" feature that pulls in images used in other content types in the system
2121
- Example of creating ManyToMany relationships via the Ingredients feature on BreadPage
2222
- Lots more

0 commit comments

Comments
 (0)