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

Matt Westcott 689858358e Specify Sphinx <2.0 for Python 2 compatibility 5 年之前
.github b4a87d93aa Add hints for technical details in issue template (#2999) 8 年之前
.tx 41dd5e89c8 Set up translations for modeladmin and table_block apps 8 年之前
client 75e58efab8 Move version from wagtail.wagtailcore to wagtail 8 年之前
docs 1cd5ad1fe1 remove as-yet-unused tutorial screenshots for categories 8 年之前
etc 31a318d386 etc: add sample uwsgi and nginx configuration files 9 年之前
gulpfile.js b96be5aa35 Modeladmin scss cleanups (#2481) 8 年之前
scripts daa82936d7 Elasticsearch 2 support (#2573) 8 年之前
wagtail 58c30e1226 Fetch translations from Transifex 8 年之前
.babelrc 14f02a0b50 Tooling for modern front-end components: React JS, ES6, and BEM CSS 8 年之前
.coveragerc 66d7b283d8 Update .coveragerc 8 年之前
.drone.yml 290c786c02 rollback to Drone 0.4 8 年之前
.editorconfig 5d84c666bb Trim trailing whitespace in all files but Markdown (#3044) 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 b96be5aa35 Modeladmin scss cleanups (#2481) 8 年之前
.travis.yml df664e0b4e Fixed a missing sudo: true in .travis.yml 8 年之前
CHANGELOG.txt c0046af9f5 Mark 1.7 as no longer in development 8 年之前
CODE_OF_CONDUCT.md 03c623b467 Add Contributor Covenant 8 年之前
CONTRIBUTING.md 76c6a541f1 Create CONTRIBUTING.md 8 年之前
CONTRIBUTORS.rst 58c30e1226 Fetch translations from Transifex 8 年之前
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 1abb917ab8 Fix URL under package version badge (#2806) 8 年之前
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 6b6866345e freeze NPM packages at a point in time when they actually appear to collectively work 8 年之前
runtests.py daa82936d7 Elasticsearch 2 support (#2573) 8 年之前
setup.cfg b85c340163 Move flake8 config to setup.cfg 8 年之前
setup.py 689858358e Specify Sphinx <2.0 for Python 2 compatibility 5 年之前
tox.ini b4a4e5eb92 Pass update_all_types=True to put_mapping on ES2 - workaround for #2968 8 年之前
webpack.base.config.js 921a510d9f Fixing webpack config for production mode. 8 年之前
webpack.dev.config.js b13441e108 Use better JS source maps during development (#3019) 8 年之前
webpack.prd.config.js 14f02a0b50 Tooling for modern front-end components: React JS, ES6, and BEM CSS 8 年之前

README.rst

.. image:: https://api.travis-ci.org/torchbox/wagtail.svg?branch=master
:target: https://travis-ci.org/torchbox/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
~~~~~~~~~~~~~~~~~
Ask your questions on our `Wagtail support group `_.

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 `coding guidelines `_ and checking issues with the `Ready to develop `_ label.

Send us a particularly useful pull request and we'll post you a `t-shirt `_.

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