Kaynağa Gözat

django-celery link to it's docs

This needs to be linked. The current ReadTheDocs don't tell of all the other things that need to happen to get django-celery working like `import djcelery
djcelery.setup_loader()` in `settings.py` for example.
Michael Duane Mooring 10 yıl önce
ebeveyn
işleme
d62af7009e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      docs/django/first-steps-with-django.rst

+ 1 - 1
docs/django/first-steps-with-django.rst

@@ -136,7 +136,7 @@ concrete app instance:
 Using the Django ORM/Cache as a result backend.
 Using the Django ORM/Cache as a result backend.
 -----------------------------------------------
 -----------------------------------------------
 
 
-The ``django-celery`` library defines result backends that
+The [``django-celery``](https://github.com/celery/django-celery) library defines result backends that
 uses the Django ORM and Django Cache frameworks.
 uses the Django ORM and Django Cache frameworks.
 
 
 To use this with your project you need to follow these four steps:
 To use this with your project you need to follow these four steps: