Browse Source

...but seems we can use code-blocks

Ask Solem 12 năm trước cách đây
mục cha
commit
b845047aef
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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