You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This is a demonstration project for the amazing [Wagtail CMS](https://github.com/wagtail/wagtail).
4
4
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.
6
6
7
7
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.
8
8
@@ -16,7 +16,7 @@ This demo is aimed primarily at developers wanting to learn more about the inter
16
16
- Example of using a "base" app to contain misc additional functionality (e.g. Contact Form, About, etc.)
17
17
- "StandardPage" model using mixins borrowed from other apps
18
18
- 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
20
20
- Example of a custom "Galleries" feature that pulls in images used in other content types in the system
21
21
- Example of creating ManyToMany relationships via the Ingredients feature on BreadPage
0 commit comments