Remove Sentry and celery from Mayan EDMS

This commit is contained in:
Roberto Rosario
2012-01-23 20:00:39 -04:00
parent 8d3824ea51
commit d9aa63f8ca
12 changed files with 1 additions and 117 deletions

View File

@@ -75,14 +75,6 @@ Credits
* Jens Gulden 2005-2007 - unpaper@jensgulden.de.
* http://unpaper.berlios.de/
* celery - Celery is an open source asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well.
* Copyright 2009-2011, Ask Solem & contributors
* http://ask.github.com/celery/getting-started/introduction.html
* django-celery - django-celery provides Celery integration for Django
* Copyright Ask Solem & contributors
* http://github.com/ask/django-celery/
* favicon
* http://www.iconfinder.com/icondetails/21581/24/draw_pyramid_icon
* Gnome Project

View File

@@ -28,12 +28,6 @@ Executables:
Optional requirements
=====================
To enable distributed OCR support
---------------------------------
* ``celery`` - asynchronous task queue/job queue based on distributed message passing
* ``django-celery`` - celery integration for Django
To store documents in a GridFS database
---------------------------------------

View File

@@ -179,17 +179,6 @@ Storage
Default: ``document_storage``
Job processor
-------------
.. data:: JOB_PROCESSING_BACKEND
Default: ``None``
Specifies which job processing library to use, option are: None and celery.
Document indexing
-----------------