Fără Descriere

Matt Westcott 647112b069 Version bump to 2.0.2 6 ani în urmă
.github 609683ea2c Clarify "Steps to reproduce" in new issue template (#3610) 7 ani în urmă
.tx 9a13b09d41 Renamed wagtail.contrib.wagtailstyleguide to wagtail.contrib.styleguide 6 ani în urmă
client 714797ba15 Improve error display cross-browsers, and add translatable string 6 ani în urmă
docs 9bc98c1d5d Release note for pinning Beautifulsoup to 4.6.0 6 ani în urmă
etc c8c6e30c4f Fixed spelling error in uwsgi.conf.sample 6 ani în urmă
gulpfile.js 4268ed3c3a Update autoprefixer list on browser support 6 ani în urmă
scripts 8b420b9abc Removed __future__ imports 6 ani în urmă
wagtail 647112b069 Version bump to 2.0.2 6 ani în urmă
.coveragerc 66d7b283d8 Update .coveragerc 8 ani în urmă
.editorconfig 6ba34636cb Fix whitespace errors in docs 7 ani în urmă
.eslintignore 7f4ce0e6b9 Updated paths in .eslintignore 6 ani în urmă
.eslintrc 2ff4a5aad1 Update explorer for latest scope, UI, with tests 7 ani în urmă
.gitignore de72df922b Ignore npm-debug.log files with suffix 7 ani în urmă
.nvmrc 91490566c2 Replace references to Node versions 7 ani în urmă
.stylelintrc.yaml eea0664116 Change Sass linting configuration to take advantage of stylelint capabilities 7 ani în urmă
.travis.yml 9926745262 Specify oracle-java9 to make travis happy 6 ani în urmă
CHANGELOG.txt 9bc98c1d5d Release note for pinning Beautifulsoup to 4.6.0 6 ani în urmă
CODE_OF_CONDUCT.md 03c623b467 Add Contributor Covenant 8 ani în urmă
CONTRIBUTING.md 177ed19e7f Revise link to issues for contributing (#4145) 6 ani în urmă
CONTRIBUTORS.rst 07c40ef7b6 Release note for #4531 in 2.0.2 6 ani în urmă
LICENSE aeef5a5454 Make license perpetual 7 ani în urmă
MANIFEST.in 9393b93538 Improvements to MANIFEST.IN 8 ani în urmă
Makefile a900965fba Fixes #3516 - replaces scss-lint with stylelint 7 ani în urmă
README.rst 4a18b2f39f Update test coverage link from coveralls to codecov. Fix #4143 6 ani în urmă
appveyor.yml ac80812d88 Remove unsupported environments from appveyor config 7 ani în urmă
circle.yml d483c8d465 Reinstate isort 6 ani în urmă
codecov.yml 8cce0a45a8 Disable codecov's require_ci_to_pass mode 7 ani în urmă
conftest.py 8b420b9abc Removed __future__ imports 6 ani în urmă
package-lock.json c3b3b0760c Upgrade Draftail to v0.17.1. (#4426) 6 ani în urmă
package.json c3b3b0760c Upgrade Draftail to v0.17.1. (#4426) 6 ani în urmă
runtests.py 8b420b9abc Removed __future__ imports 6 ani în urmă
setup.cfg b36d7cabb3 Update setup.cfg to drop support of Python 2 6 ani în urmă
setup.py d8a70a02f7 Pin Beautifulsoup to 4.6.0 6 ani în urmă
tox.ini e87ff07e7b Merge branch 'master' into search-query-api 6 ani în urmă

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/hSVerKq.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 `_ and a `Slack workspace `_.

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.11.x and 2.0 on Python 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 `good first issue `_ label.

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