docs: minor updates

This commit is contained in:
Ilan
2015-08-15 17:03:56 +02:00
parent 06765742ac
commit ad110f8b45
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
Admin pages
===========
Django Q does not use custom HTML pages, but instead uses what is offered by Django's model admin by default.
Django Q does not use custom pages, but instead leverages what is offered by Django's model admin by default.
When you open Django Q's admin pages you will see three models:
Successful tasks
+1 -1
View File
@@ -5,7 +5,7 @@
Welcome to Django Q
===================
Django Q is a native Django task queue and worker application using Python multiprocessing.
Django Q is a native Django task queue, scheduler and worker application using Python multiprocessing.
Features
+1
View File
@@ -153,6 +153,7 @@ The task will then be injected straight into a worker and the result saved by a
An error occurred: ImportError("No module named 'my'",)
Note that :func:`async` will block until the task is executed and saved. This feature bypasses the Redis server and is intended for debugging and development.
Instead of setting ``sync`` on each individual ``async`` you can also configure :ref:`sync` as a global override.
Connection pooling
------------------