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.

687474703a2f2f692e696d6775722e636f6d2f68535665724b712e6a7067

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 <http://docs.wagtail.io/en/latest/reference/contrib/forms/index.html>_
  • Multi-site and multi-language support
  • Excellent test coverage <http://codecov.io/github/wagtail/wagtail?branch=master>_

Getting started


    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/

GitHub