Quellcode durchsuchen

Removes section about --settings=settings in Django tutorial now that the workaround is in place

Ask Solem vor 12 Jahren
Ursprung
Commit
1d280a8138
2 geänderte Dateien mit 0 neuen und 25 gelöschten Zeilen
  1. 0 11
      docs/django/first-steps-with-django.rst
  2. 0 14
      docs/faq.rst

+ 0 - 11
docs/django/first-steps-with-django.rst

@@ -120,17 +120,6 @@ use the help command:
 
     $ python manage.py celery help
 
-.. admonition:: Help, it's crashing!
-
-    If the worker crashes and spews out a lot of output when it starts
-    then you should try specifying the settings manually:
-
-    .. code-block:: bash
-
-        $ python manage.py celery worker --loglevel=info --settings=settings
-
-    This is usually happens when using older Django project layouts.
-
 Calling our task
 ================
 

+ 0 - 14
docs/faq.rst

@@ -914,17 +914,3 @@ The `-B` / `--beat` option to celeryd doesn't work?
 ----------------------------------------------------------------
 **Answer**: That's right. Run `celerybeat` and `celeryd` as separate
 services instead.
-
-.. _faq-windows-django-settings:
-
-`django-celery` can't find settings?
---------------------------------------
-
-**Answer**: You need to specify the :option:`--settings` argument to
-:program:`manage.py`:
-
-.. code-block:: bash
-
-    $ python manage.py celeryd start --settings=settings
-
-See http://bit.ly/bo9RSw