Wagtail is an open source content management system built on Django
 
 
 
 
 
Go to file
Serafeim Papastefanos a2319a897a Modified tasks.py to use celery only if available
Please see the comments inside tasks.py.
TL;DR: Defines a fake "task" decorator - the fake
decorator was needed to add the delay() attribute
to the send_notification function
2014-02-11 16:48:53 +02:00
wagtail Modified tasks.py to use celery only if available 2014-02-11 16:48:53 +02:00
.gitignore .gitignore .coverage 2014-02-07 15:55:58 +00:00
CHANGELOG.txt additions for setuptools 2014-02-07 15:39:59 +00:00
CONTRIBUTORS.rst a few more contributors 2014-02-07 15:55:31 +00:00
LICENSE
MANIFEST.in include new top-level text files in manifest 2014-02-07 15:57:54 +00:00
Makefile
README.rst
requirements-dev.txt typo 2014-02-07 15:56:49 +00:00
setup.py Fixes to setup.py to create a usable package 2014-02-07 18:12:06 +00:00

README.rst

Wagtail CMS
===========

Wagtail is a Django content management system focused on flexibility and user experience. Find out more at `wagtail.io <http://wagtail.io/>`_
or use the instructions at `torchbox.github.io/wagtail <http://torchbox.github.io/wagtail/>`_ to get started.

If you're a Python or Django developer, fork the repo and get stuck in! We're keen to foster a development community and we welcome all your pull requests.