wagtail/wagtail
Serafeim Papastefanos b6aca526da Add generic send_email task in wagtailadmin.tasks
This will be used from the send form data to email. It has been added to
the wagtailadmin.tasks module to use celery if it has been defined and
configured or just send the email if not (just like the
send_notification task).
2014-03-21 23:44:44 +02:00
..
tests Add page permission tests (and fix the ever-so-subtle bug in preventing moves into a descendant page) 2014-03-04 15:47:16 +00:00
vendor/django-treebeard Merge commit '4cce28b1f58bee3a2e698ef110fd855571704667' as 'wagtail/vendor/django-treebeard' 2014-02-06 14:27:23 +00:00
wagtailadmin Add generic send_email task in wagtailadmin.tasks 2014-03-21 23:44:44 +02:00
wagtailcore Add more translations + fix #141 2014-03-14 23:37:11 +02:00
wagtaildocs Add more translations + fix #141 2014-03-14 23:37:11 +02:00
wagtailembeds Add more translations + fix #141 2014-03-14 23:37:11 +02:00
wagtailforms Add form builder and the basic form workflow 2014-03-20 23:04:44 +02:00
wagtailimages Add more translations + fix #141 2014-03-14 23:37:11 +02:00
wagtailredirects Add more translations + fix #141 2014-03-14 23:37:11 +02:00
wagtailsearch Add more translations + fix #141 2014-03-14 23:37:11 +02:00
wagtailsnippets Add more translations + fix #141 2014-03-14 23:37:11 +02:00
wagtailusers Add more translations + fix #141 2014-03-14 23:37:11 +02:00
__init__.py