0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-28 17:13:31 +01:00
wagtail/docs/editor_manual/intro.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
581 B
Markdown
Raw Normal View History

# Introduction
[Wagtail](https://wagtail.org) is an open source content management system (CMS) developed by [Torchbox](https://torchbox.com). It is built on the Django framework and designed to be super easy to use for both developers and editors.
This documentation will explain how to:
2022-09-12 13:36:58 +02:00
- navigate the main user interface of Wagtail
- create pages of all different types
- modify, save, publish and unpublish pages
- set up users, and provide them with specific roles to create a publishing workflow
- upload, edit and include images and documents
- ... and more!