소스 검색

Move demo app features from about page to readme. Fix #247 (#249)

Rupa Lahiri 5 년 전
부모
커밋
47b883a4a4
2개의 변경된 파일15개의 추가작업 그리고 0개의 파일을 삭제
  1. 0 0
      bakerydemo/base/fixtures/bakerydemo.json
  2. 15 0
      readme.md

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
bakerydemo/base/fixtures/bakerydemo.json


+ 15 - 0
readme.md

@@ -7,6 +7,21 @@ The demo site is designed to provide examples of common features and recipes to
 
 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.
 
+### Wagtail Features Demonstrated in This Demo
+
+This demo is aimed primarily at developers wanting to learn more about the internals of Wagtail, and assumes you'll be reading its source code. After browsing the features, pay special attention to code we've used for:
+
+-   Dividing a project up into multiple apps
+-   Custom content models and "contexts" in the "breads" and "locations" apps
+-   A typical weblog in the "blog" app
+-   Example of using a "base" app to contain misc additional functionality (e.g. Contact Form, About, etc.)
+-   "StandardPage" model using mixins borrowed from other apps
+-   Example of customizing the Wagtail Admin via _wagtail_hooks_
+-   Example of using the Wagtail "snippets" system to represent bread categories, countries and ingredients
+-   Example of a custom "Galleries" feature that pulls in images used in other content types in the system
+-   Example of creating ManyToMany relationships via the Ingredients feature on BreadPage
+-   Lots more
+
 **Document contents**
 
 - [Installation](#installation)

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.