Explorar el Código

...but seems we can use code-blocks

Ask Solem hace 12 años
padre
commit
b845047aef
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      examples/django/README.rst

+ 3 - 1
examples/django/README.rst

@@ -32,6 +32,8 @@ Starting the worker
 ===================
 
 The ``DJANGO_SETTINGS_MODULE`` environment must be set when starting the
-worker::
+worker:
+
+.. code-block:: bash
 
     $ DJANGO_SETTINGS_MODULE='proj.settings' celery -A tasks worker -l info