No Description

Matt Westcott 2fd267cf63 Specify Sphinx <2.0 for Python 2 compatibility 5 years ago
.tx 59d010b7a3 Set up translations for wagtail.contrib.settings 8 years ago
client 14f02a0b50 Tooling for modern front-end components: React JS, ES6, and BEM CSS 8 years ago
docs 835ce55734 Add release notes for 1.4.6 8 years ago
etc 31a318d386 etc: add sample uwsgi and nginx configuration files 9 years ago
gulpfile.js c185e57347 output sass errors in terminal and prevent gulp watch from exiting 8 years ago
scripts 1f01af73fe Pull new translations from Transifex 8 years ago
wagtail 09b7188a60 Bump version for 1.4.6 8 years ago
.babelrc 14f02a0b50 Tooling for modern front-end components: React JS, ES6, and BEM CSS 8 years ago
.coveragerc 66d7b283d8 Update .coveragerc 8 years ago
.drone.yml 14f02a0b50 Tooling for modern front-end components: React JS, ES6, and BEM CSS 8 years ago
.eslintignore 14f02a0b50 Tooling for modern front-end components: React JS, ES6, and BEM CSS 8 years ago
.eslintrc 14f02a0b50 Tooling for modern front-end components: React JS, ES6, and BEM CSS 8 years ago
.gitignore 2c25ce153e gitignore clients nodemodules 8 years ago
.scss-lint.yml a1a2940495 fixed font size rounding issue in firefox, added contrib notes 8 years ago
.travis.yml 2e48901f38 Make elasticsearch switchable in tox, allow ES failures in travis 8 years ago
CHANGELOG.txt 835ce55734 Add release notes for 1.4.6 8 years ago
CODE_OF_CONDUCT.md 03c623b467 Add Contributor Covenant 8 years ago
CONTRIBUTING.md 76c6a541f1 Create CONTRIBUTING.md 8 years ago
CONTRIBUTORS.rst 396d1ac622 Use cross-browser document.activeElement instead of (non-IE) event.target.activeElement 8 years ago
LICENSE 679f15811e Add an initially empty django-wagtail package 10 years ago
MANIFEST.in 9393b93538 Improvements to MANIFEST.IN 8 years ago
Makefile a77977a31c add a general test runner for wagtail, accessible by running './runtests.py' or 'make test' from the wagtail repo, or 'manage.py test wagtail' from a django project such as wagtaildemo 10 years ago
README.rst e45bf70618 Merge pull request #2094 from tony/patch-1 8 years ago
package.json e3fbe06f81 version-bump gulp-sass (the latest node-sass breaks compatibility with 2.0... I think) 8 years ago
requirements-dev.txt ae2006ccf1 Moved all dev dependencies into setup.py 8 years ago
runtests.py a171cb0743 Forcibly delete ELASTICSEARCH_URL from environment to skip those tests unless --elasticsearch specified 8 years ago
setup.cfg 7a0b51c2d6 Use universal wheel files 9 years ago
setup.py 2fd267cf63 Specify Sphinx <2.0 for Python 2 compatibility 5 years ago
tox.ini 07d6f1c43f pin html5lib version in tox.ini 8 years ago
webpack.base.config.js f6842e6f2e Fix webpack aliasing for config module 8 years ago
webpack.dev.config.js 14f02a0b50 Tooling for modern front-end components: React JS, ES6, and BEM CSS 8 years ago
webpack.prd.config.js 14f02a0b50 Tooling for modern front-end components: React JS, ES6, and BEM CSS 8 years ago

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://crate.io/packages/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 `_.