.. code:: shell-session
- python3 manage.py runserver & python3 manage.py document_consumer & python3 manage.py qcluster
+ python3 manage.py runserver & python3 manage.py document_consumer & celery --app paperless worker
11. Login with the superuser credentials provided in step 8 at ``http://localhost:8000`` to create a session that enables you to use the backend.
launch configurations in your IDE:
* python3 manage.py runserver
-* python3 manage.py qcluster
+* celery --app paperless worker
* python3 manage.py document_consumer
To start them all:
.. code:: shell-session
- python3 manage.py runserver & python3 manage.py document_consumer & python3 manage.py qcluster
+ python3 manage.py runserver & python3 manage.py document_consumer & celery --app paperless worker
Testing and code style:
.. code:: shell-session
- $ python3 manage.py qcluster
+ $ celery --app paperless worker
* Look at the output of paperless and inspect it for any errors.
* Go to the admin interface, and check if there are failed tasks. If so, the