基于 Python 知名 Web 框架 Django 实现的无头内容管理系统,拥有清爽的 UI 和简洁易用的编辑器。独特的 StreamField 技术,可以让内容排版灵活又不失结构,再加上强大的多语言系统,让它在众多开源 CMS 中脱颖而出。

Matt Westcott 059e375b42 Specify Sphinx <2.0 for Python 2 compatibility 5 年之前
.github 3917730f5f Update pull request message to mention the need for linting and tests/docs 8 年之前
.tx 41dd5e89c8 Set up translations for modeladmin and table_block apps 8 年之前
client 64bb8b2989 Move webpack configuration in subfolder of client/ 7 年之前
docs e0538ac311 update modelcluster/taggit in doc dependencies 7 年之前
etc 31a318d386 etc: add sample uwsgi and nginx configuration files 9 年之前
gulpfile.js b96be5aa35 Modeladmin scss cleanups (#2481) 8 年之前
scripts 6be679e19f Set vm.max_map_count to 262144 8 年之前
wagtail 1430829312 Throw a form validation error when recursively copying a page to self 7 年之前
.babelrc 14f02a0b50 Tooling for modern front-end components: React JS, ES6, and BEM CSS 8 年之前
.coveragerc 66d7b283d8 Update .coveragerc 8 年之前
.drone.yml e3416574fb Run python in unbuffered mode on Drone 7 年之前
.editorconfig 6ba34636cb Fix whitespace errors in docs 8 年之前
.eslintignore 14f02a0b50 Tooling for modern front-end components: React JS, ES6, and BEM CSS 8 年之前
.eslintrc 14f02a0b50 Tooling for modern front-end components: React JS, ES6, and BEM CSS 8 年之前
.gitignore 2c25ce153e gitignore clients nodemodules 8 年之前
.scss-lint.yml 7d3dcc0add Remove SelectorFormat scss-lint rule that has so many arbitrary exclusions that there's no point in it existing 8 年之前
.travis.yml 5007165f29 Install JDK8 on Travis for Elasticsearch 5 8 年之前
CHANGELOG.txt 5cef841c87 Fill in release date for 1.9.1 7 年之前
CODE_OF_CONDUCT.md 03c623b467 Add Contributor Covenant 8 年之前
CONTRIBUTING.md 7288a96950 Point people to Stack Overflow for support queries in preference to the Google group (#3255) 7 年之前
CONTRIBUTORS.rst e3269c7610 Pull new translations from Transifex 7 年之前
LICENSE 679f15811e Add an initially empty django-wagtail package 10 年之前
MANIFEST.in 9393b93538 Improvements to MANIFEST.IN 8 年之前
Makefile f2ec21b947 Run isort as part of 'make lint' 8 年之前
README.rst 7288a96950 Point people to Stack Overflow for support queries in preference to the Google group (#3255) 7 年之前
conftest.py d82e38e11e Implement support for using pytest (#2735) 8 年之前
npm-shrinkwrap.json 6b6866345e freeze NPM packages at a point in time when they actually appear to collectively work 8 年之前
package.json 64bb8b2989 Move webpack configuration in subfolder of client/ 7 年之前
runtests.py 93cc470d4b Added Elasticsearch 5 backend tests 8 年之前
setup.cfg b85c340163 Move flake8 config to setup.cfg 8 年之前
setup.py 059e375b42 Specify Sphinx <2.0 for Python 2 compatibility 5 年之前
tox.ini a1ae5950f4 Install certifi when testing against Elasticsearch 5 8 年之前

README.rst

.. image:: https://api.travis-ci.org/wagtail/wagtail.svg?branch=master
:target: https://travis-ci.org/wagtail/wagtail
.. image:: https://img.shields.io/pypi/l/wagtail.svg
:target: https://pypi.python.org/pypi/wagtail/
.. image:: https://img.shields.io/pypi/v/wagtail.svg
:target: https://pypi.python.org/pypi/wagtail/
.. image:: https://coveralls.io/repos/torchbox/wagtail/badge.svg?branch=master
:target: https://coveralls.io/r/torchbox/wagtail?branch=master

Wagtail CMS
===========

Wagtail is a content management system built on Django. It's focused on user experience,
and offers precise control for designers and developers.

.. image:: http://i.imgur.com/U5MDa0l.jpg
:width: 728 px

Features
~~~~~~~~

* A fast, attractive interface for authors and editors
* Complete control over design with standard Django templates
* Configure content types through standard Django models
* Fast out of the box. Cache-friendly if you need it
* Tightly integrated search
* Strong document and image management
* Wide support for embedded content
* Straightforward integration with existing Django apps
* Simple, configurable permissions
* Workflow support
* An extensible `form builder `_
* Multi-site and multi-language support
* Optional `static site generation `_
* Excellent `test coverage `_

Find out more at `wagtail.io `_.

Getting started
~~~~~~~~~~~~~~~

.. code-block:: sh

pip install wagtail
wagtail start mysite
cd mysite
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

then sign in at http://127.0.0.1:8000/admin/

For detailed installation and setup docs, see `docs.wagtail.io `_.

Who's using it?
~~~~~~~~~~~~~~~
`madewithwagtail.org `_ lists some of the public Wagtail sites we know about; please `add your own `_.

Documentation
~~~~~~~~~~~~~
`docs.wagtail.io `_ is the full reference for Wagtail, and includes guides for developers, designers and editors, alongside release notes and our roadmap.

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 with "wagtail".

For topics and discussions that do not fit Stack Overflow's question-and-answer format, there is also a `Wagtail Support mailing list `_.

Commercial Support
~~~~~~~~~~~~~~~~~~
Wagtail is sponsored by `Torchbox `_. If you need help implementing or hosting Wagtail, please contact us: hello@torchbox.com.

Compatibility
~~~~~~~~~~~~~
Wagtail supports Django 1.8.1+ on Python 2.7, 3.3, 3.4 and 3.5. Supported database backends are PostgreSQL, MySQL and SQLite.

Contributing
~~~~~~~~~~~~
If you're a Python or Django developer, fork the repo and get stuck in! We run a separate group for developers of Wagtail itself at https://groups.google.com/forum/#!forum/wagtail-developers (please note that this is not for support requests).

You might like to start by reviewing the `contributing guidelines `_ and checking issues with the `difficulty:Easy `_ label.

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