Sem descrição

Matt Westcott b7ad090bbe Say "as a child of Homepage" rather than "under Homepage", to avoid ambiguity há 7 anos atrás
.github 609683ea2c Clarify "Steps to reproduce" in new issue template (#3610) há 7 anos atrás
.tx 41dd5e89c8 Set up translations for modeladmin and table_block apps há 8 anos atrás
client a528af836d Eslint fix within the ExplorerHeader tests há 7 anos atrás
docs b7ad090bbe Say "as a child of Homepage" rather than "under Homepage", to avoid ambiguity há 7 anos atrás
etc 31a318d386 etc: add sample uwsgi and nginx configuration files há 9 anos atrás
gulpfile.js 61b6de2e4e Tidy up new React + API explorer for mobile (fixes #3607) (#3635) há 7 anos atrás
scripts ad3e4c3d53 Install Elasticsearch 5.3.3 for Travis há 7 anos atrás
wagtail 325dd21f1b Version bump for 1.11.1 há 7 anos atrás
.coveragerc 66d7b283d8 Update .coveragerc há 8 anos atrás
.editorconfig 6ba34636cb Fix whitespace errors in docs há 7 anos atrás
.eslintignore 14f02a0b50 Tooling for modern front-end components: React JS, ES6, and BEM CSS há 8 anos atrás
.eslintrc 2ff4a5aad1 Update explorer for latest scope, UI, with tests há 7 anos atrás
.gitignore de72df922b Ignore npm-debug.log files with suffix há 7 anos atrás
.nvmrc 493a30bcf9 Add nvmrc to the project and updated developing docs há 7 anos atrás
.scss-lint.yml 7d3dcc0add Remove SelectorFormat scss-lint rule that has so many arbitrary exclusions that there's no point in it existing há 8 anos atrás
.travis.yml c577d15f13 Removes Django 1.10 HEAD from test matrix. há 7 anos atrás
CHANGELOG.txt 8a6487e339 fill in release date for 1.11.1 há 7 anos atrás
CODE_OF_CONDUCT.md 03c623b467 Add Contributor Covenant há 8 anos atrás
CONTRIBUTING.md 7288a96950 Point people to Stack Overflow for support queries in preference to the Google group (#3255) há 7 anos atrás
CONTRIBUTORS.rst 1629276ba0 Fetch new translations from Transifex há 7 anos atrás
LICENSE 679f15811e Add an initially empty django-wagtail package há 10 anos atrás
MANIFEST.in 9393b93538 Improvements to MANIFEST.IN há 8 anos atrás
Makefile f2ec21b947 Run isort as part of 'make lint' há 8 anos atrás
README.rst 26eb481cf6 Update docs to mention Django 1.11 / Python 3.6 support há 7 anos atrás
appveyor.yml 8decb577ce Add appyveyor config (#3505) há 7 anos atrás
circle.yml 952e3a8e49 Add a test building front-end assets in CicleCI tests (#3636) há 7 anos atrás
codecov.yml 5f6c34c412 Disable codecov's require_ci_to_pass mode há 7 anos atrás
conftest.py d82e38e11e Implement support for using pytest (#2735) há 8 anos atrás
npm-shrinkwrap.json 2c68da349d Update shrinkwrap há 7 anos atrás
package.json bdf00874bd Enable tree shaking via Webpack 2 há 7 anos atrás
runtests.py 93cc470d4b Added Elasticsearch 5 backend tests há 7 anos atrás
setup.cfg cecbfbf32d Extend known_third_party to include all other third party modules há 7 anos atrás
setup.py b976db3afc Pin isort to 4.2.5 - fixes #3623 há 7 anos atrás
tox.ini c577d15f13 Removes Django 1.10 HEAD from test matrix. há 7 anos atrás

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:: http://codecov.io/github/wagtail/wagtail/coverage.svg?branch=master
:target: http://codecov.io/github/wagtail/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
* 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.

Thanks
~~~~~~
We thank `BrowserStack `_, who provide the project with free access to their live web-based browser testing tool, and automated Selenium cloud testing.

.. image:: https://cdn.rawgit.com/wagtail/wagtail/master/.github/browserstack-logo.svg
:target: https://www.browserstack.com/
:width: 219 px

Compatibility
~~~~~~~~~~~~~
Wagtail supports Django 1.8.x, 1.10.x and 1.11.x, on Python 2.7, 3.4, 3.5 and 3.6. 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 `_.