1
0
Fork 0
mirror of https://github.com/wagtail/wagtail.git synced 2026-07-27 16:12:14 +02:00
A Django content management system focused on flexibility and user experience
  • Python 75.6%
  • JavaScript 11.9%
  • TypeScript 5.8%
  • django 4.6%
  • SCSS 2%
Find a file
2026-07-27 12:05:01 +01:00
.circleci Add ty for gradual type checking 2026-07-07 15:17:34 +01:00
.github Update CI configuration dependencies 2026-07-27 09:08:12 +01:00
.tx
client Update Playwright to v1.61.1 2026-07-01 09:46:31 +01:00
docs Update Azure frontend cache to use newer Azure SDK 2026-07-27 11:36:41 +01:00
scripts Enable flake8-bandit ruff rules (#14363) 2026-07-14 07:43:31 +02:00
wagtail Update Azure frontend cache to use newer Azure SDK 2026-07-27 11:36:41 +01:00
.babelrc.json Update Storybook Babel browser support configuration 2025-01-17 13:50:12 +00:00
.coveragerc
.editorconfig Add renovate configuration to automate Python dependencies management (#14256) 2026-06-19 08:00:58 +01:00
.git-blame-ignore-revs
.gitattributes Mark openapi JSON schema as autogenerated in gitattributes 2026-07-24 11:22:13 +01:00
.gitignore Add "transaction" tag to all test cases that extend TransactionTestCase (#13922) 2026-03-13 07:29:07 +00:00
.nvmrc Bump Node.js to 24 (active LTS) 2026-02-12 10:20:59 +01:00
.pre-commit-config.yaml Update Python linters and formatters dependencies 2026-07-27 09:58:13 +01:00
.prettierignore Update .eslintignore and .prettierignore 2026-02-12 10:20:59 +01:00
.readthedocs.yml Refine readthedocs' search indexing 2025-08-08 11:54:33 +01:00
.semgrep.yml Migrate file title generation to be CSP-compliant 2025-10-14 09:47:11 +01:00
.stylelintignore
AGENTS.md AGENTS: Always use our pull request template 2026-06-26 10:46:00 +01:00
CHANGELOG.txt Add support for latest Azure SDK for frontend cache invalidation (#13953) 2026-07-20 10:16:14 +02:00
CODE_OF_CONDUCT.md
codecov.yml Enable carryforward for Codecov flags 2026-02-02 13:12:36 +00:00
CONTRIBUTORS.md Docs: Update django-ninja code example to match latest release (#13979) 2026-07-20 10:16:01 +02:00
eslint.config.mjs Remove deprecated features scheduled for removal in 8.0 2026-05-06 15:00:44 +01:00
LICENSE
Makefile Add OpenAPI snapshot command 2026-07-07 15:17:34 +01:00
package-lock.json Bump markdown-it from 14.1.0 to 14.2.0 (#14322) 2026-06-24 16:13:27 +01:00
package.json Bump shell-quote and concurrently (#14334) 2026-06-24 16:11:15 +01:00
prettier.config.mjs Rename prettier.config.js to prettier.config.mjs 2026-02-20 10:24:29 +01:00
pyproject.toml Update imports for Azure SubscriptionClient 2026-07-27 11:23:04 +01:00
README.md Stop advertising GPG key for security email (#14040) 2026-03-17 13:31:48 +01:00
ruff.toml Enable flake8-bandit ruff rules (#14363) 2026-07-14 07:43:31 +02:00
runtests.py Update test config and documentation to cover the dedicated opensearch backends and elasticsearch9 2025-10-23 15:14:34 +01:00
setup.py Enable flake8-bandit ruff rules (#14363) 2026-07-14 07:43:31 +02:00
SPONSORS.md Add release notes for independent security audit 2026-05-01 11:39:21 +01:00
stylelint.config.mjs Update core JS config files with ESM & types 2025-08-06 12:03:31 +01:00
tailwind.config.js Update core JS config files with ESM & types 2025-08-06 12:03:31 +01:00
tox.ini Remove support for Django 4.2 2026-01-23 16:24:15 +00:00
tsconfig.json Fix incorrect 'include' setting in tsconfig.json 2025-07-12 15:00:45 +01:00
typedoc.json Add new UI components section to reference docs 2025-07-12 15:00:45 +01:00
uv.lock Lock file maintenance 2026-07-27 12:05:01 +01:00

Wagtail


Build Status License Version Monthly downloads Follow @wagtail@fosstodon.org

Wagtail is an open source content management system built on Django, with a strong community and commercial support. It's focused on user experience, and offers precise control for designers and developers.

Wagtail screenshot

🔥 Features

  • A fast, attractive interface for authors
  • Complete control over front-end design and structure
  • Scales to millions of pages and thousands of editors
  • Fast out of the box, cache-friendly when you need it
  • Content API for 'headless' sites with decoupled front-end
  • Runs on a Raspberry Pi or a multi-datacenter cloud platform
  • StreamField encourages flexible content without compromising structure
  • Powerful, integrated search, using Elasticsearch or PostgreSQL
  • Excellent support for images and embedded content
  • Multi-site and multi-language ready
  • Embraces and extends Django

Find out more at wagtail.org.

👉 Getting started

Wagtail works with Python 3, on any platform.

To get started with using Wagtail, run the following in a virtual environment:

Installing Wagtail

pip install wagtail
wagtail start mysite
cd mysite
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

For detailed installation and setup docs, see the getting started tutorial.

👨‍👩‍👧‍👦 Whos using it?

Wagtail is used by NASA, Google, Oxfam, the NHS, Mozilla, MIT, the Red Cross, Salesforce, NBC, BMW, and the US and UK governments. Add your own Wagtail site to madewithwagtail.org.

📖 Documentation

docs.wagtail.org is the full reference for Wagtail, and includes guides for developers, designers and editors, alongside release notes and our roadmap.

For those who are new to Wagtail, the Zen of Wagtail will help you understand what Wagtail is, and what Wagtail is not.

For developers who are ready to jump in to their first Wagtail website the Getting Started Tutorial will guide you through creating and editing your first page.

Do you have an existing Django project? The Wagtail Integration documentation is the best place to start.

📌 Compatibility

(If you are reading this on GitHub, the details here may not be indicative of the current released version - please see Compatible Django / Python versions in the Wagtail documentation.)

Wagtail supports:

  • Django 5.2.x and 6.0.x
  • Python 3.10, 3.11, 3.12, 3.13, and 3.14
  • PostgreSQL, MySQL, MariaDB and SQLite (with JSON1) as database backends

Previous versions of Wagtail additionally supported Python 2.7, 3.8 and earlier Django versions.


📢 Community Support

There is an active community of Wagtail users and developers responding to questions on Stack Overflow. When posting questions, please read Stack Overflow's advice on how to ask questions and remember to tag your question "wagtail".

For topics and discussions that do not fit Stack Overflow's question and answer format we have a Slack workspace. Please respect the time and effort of volunteers by not asking the same question in multiple places.

Join slack community

Our GitHub discussion boards are open for sharing ideas and plans for the Wagtail project.

We maintain a curated list of third party packages, articles and other resources at Awesome Wagtail.

🧑‍💼 Commercial Support

Wagtail is sponsored by Torchbox. If you need help implementing or hosting Wagtail, please contact us: hello@torchbox.com. See also madewithwagtail.org/developers/ for expert Wagtail developers around the world.

🔐 Security

We take the security of Wagtail, and related packages we maintain, seriously. If you have found a security issue with any of our projects please email us at security@wagtail.org so we can work together to find and patch the issue. We appreciate responsible disclosure with any security related issues, so please contact us first before creating a GitHub issue.

🕒 Release schedule

Feature releases of Wagtail are released every three months. Selected releases are designated as Long Term Support (LTS) releases, and will receive maintenance updates for an extended period to address any security and data-loss related issues. For dates of past and upcoming releases and support periods, see Release Schedule.

🕛 Nightly releases

To try out the latest features before a release, we also create builds from main every night. You can find instructions on how to install the latest nightly release at https://releases.wagtail.org/nightly/index.html

🙋🏽 Contributing

If you're a Python or Django developer, fork the repo and get stuck in! We have several developer focused channels on the Slack workspace.

You might like to start by reviewing the contributing guidelines and checking issues with the good first issue label.

We also welcome translations for Wagtail's interface. Translation work should be submitted through Transifex.

🔓 License

BSD - Free to use and modify for any purpose, including both open and closed-source code.

👏 Thanks

We thank the following organisations for their services used in Wagtail's development:

Browserstack
BrowserStack provides the project with free access to their live web-based browser testing tool, and automated Selenium cloud testing.

Assistiv Labs
Assistiv Labs provides the project with unlimited access to their remote testing with assistive technologies.