Tidak Ada Deskripsi

Matt Westcott 011f2099eb Remove categories section, add better example of MultiFieldPanel, minor copyediting 8 tahun lalu
.github 3917730f5f Update pull request message to mention the need for linting and tests/docs 8 tahun lalu
.tx 41dd5e89c8 Set up translations for modeladmin and table_block apps 9 tahun lalu
client 75e58efab8 Move version from wagtail.wagtailcore to wagtail 8 tahun lalu
docs 011f2099eb Remove categories section, add better example of MultiFieldPanel, minor copyediting 8 tahun lalu
etc 31a318d386 etc: add sample uwsgi and nginx configuration files 10 tahun lalu
gulpfile.js b96be5aa35 Modeladmin scss cleanups (#2481) 9 tahun lalu
scripts daa82936d7 Elasticsearch 2 support (#2573) 8 tahun lalu
wagtail 7cdc1cd0aa Closing p tag on home_page template. 8 tahun lalu
.babelrc 14f02a0b50 Tooling for modern front-end components: React JS, ES6, and BEM CSS 9 tahun lalu
.coveragerc 66d7b283d8 Update .coveragerc 9 tahun lalu
.drone.yml 290c786c02 rollback to Drone 0.4 8 tahun lalu
.editorconfig 5d84c666bb Trim trailing whitespace in all files but Markdown (#3044) 8 tahun lalu
.eslintignore 14f02a0b50 Tooling for modern front-end components: React JS, ES6, and BEM CSS 9 tahun lalu
.eslintrc 14f02a0b50 Tooling for modern front-end components: React JS, ES6, and BEM CSS 9 tahun lalu
.gitignore 2c25ce153e gitignore clients nodemodules 9 tahun lalu
.scss-lint.yml 7d3dcc0add Remove SelectorFormat scss-lint rule that has so many arbitrary exclusions that there's no point in it existing 8 tahun lalu
.travis.yml df664e0b4e Fixed a missing sudo: true in .travis.yml 8 tahun lalu
CHANGELOG.txt 8de1b1b16f Release note for #3035 8 tahun lalu
CODE_OF_CONDUCT.md 03c623b467 Add Contributor Covenant 9 tahun lalu
CONTRIBUTING.md d337412af4 Fix links to contributing guidelines 8 tahun lalu
CONTRIBUTORS.rst 7cdc1cd0aa Closing p tag on home_page template. 8 tahun lalu
LICENSE 679f15811e Add an initially empty django-wagtail package 11 tahun lalu
MANIFEST.in 9393b93538 Improvements to MANIFEST.IN 9 tahun lalu
Makefile f2ec21b947 Run isort as part of 'make lint' 8 tahun lalu
README.rst d337412af4 Fix links to contributing guidelines 8 tahun lalu
conftest.py d82e38e11e Implement support for using pytest (#2735) 8 tahun lalu
npm-shrinkwrap.json 6b6866345e freeze NPM packages at a point in time when they actually appear to collectively work 9 tahun lalu
package.json 6b6866345e freeze NPM packages at a point in time when they actually appear to collectively work 9 tahun lalu
runtests.py 1849e9edf7 Only show imminent DeprecationWarnings by default 8 tahun lalu
setup.cfg b85c340163 Move flake8 config to setup.cfg 8 tahun lalu
setup.py 162f845e66 Specify Elasticsearch <3.0 for tests 8 tahun lalu
tox.ini b4a4e5eb92 Pass update_all_types=True to put_mapping on ES2 - workaround for #2968 8 tahun lalu
webpack.base.config.js 921a510d9f Fixing webpack config for production mode. 8 tahun lalu
webpack.dev.config.js b13441e108 Use better JS source maps during development (#3019) 8 tahun lalu
webpack.prd.config.js 14f02a0b50 Tooling for modern front-end components: React JS, ES6, and BEM CSS 9 tahun lalu

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 `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 `_.