Sem descrição

Matt Westcott 1aa46c7088 Revert "Cache `Site.get_site_root_paths` in the request scope (#3354)" há 7 anos atrás
.github f2e4c8eea9 Shrink BrowserStack logo to its display size (#3566) há 7 anos atrás
.tx 41dd5e89c8 Set up translations for modeladmin and table_block apps há 8 anos atrás
client bfbc23e33a Move all explorer-related styles to the same file há 7 anos atrás
docs 1aa46c7088 Revert "Cache `Site.get_site_root_paths` in the request scope (#3354)" há 7 anos atrás
etc 31a318d386 etc: add sample uwsgi and nginx configuration files há 9 anos atrás
gulpfile.js b96be5aa35 Modeladmin scss cleanups (#2481) há 8 anos atrás
scripts 92f64bef27 make script py2/3 compatible há 7 anos atrás
wagtail 1aa46c7088 Revert "Cache `Site.get_site_root_paths` in the request scope (#3354)" há 7 anos atrás
.babelrc 8bf2c9bf2e Refactor explorer code with tests using Jest há 7 anos atrás
.coveragerc 66d7b283d8 Update .coveragerc há 8 anos atrás
.drone.yml 986749d309 Flake8 plugins (#3411) há 7 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 2c25ce153e gitignore clients nodemodules há 8 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 1aa46c7088 Revert "Cache `Site.get_site_root_paths` in the request scope (#3354)" 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 b17d11af05 Release notes for #3012 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
codecov.yml 74d7c49267 Add codecov.yml to disable PR comments (#3556) há 7 anos atrás
conftest.py d82e38e11e Implement support for using pytest (#2735) há 8 anos atrás
npm-shrinkwrap.json 2ff4a5aad1 Update explorer for latest scope, UI, with tests há 7 anos atrás
package.json 2ff4a5aad1 Update explorer for latest scope, UI, with tests há 7 anos atrás
runtests.py 93cc470d4b Added Elasticsearch 5 backend tests há 7 anos atrás
setup.cfg b85c340163 Move flake8 config to setup.cfg há 8 anos atrás
setup.py 9f5ce0755a Fixed RuntimeError: dictionary changed size during iteration, raised while purging stale preview data from session 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 `_.