瀏覽代碼

Merge pull request #3136 from MichaelAquilina/MichaelAquilina-patch-1

Correct help for migrating in Django
Ask Solem Hoel 9 年之前
父節點
當前提交
88bae940ea
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      docs/getting-started/brokers/django.rst

+ 4 - 0
docs/getting-started/brokers/django.rst

@@ -36,6 +36,10 @@ configuration values.
 
 .. code-block:: console
 
+    $ python manage.py migrate kombu_transport_django
+
+ Or if you are using a version of Django lower than 1.7
+
     $ python manage.py syncdb
 
 .. _broker-django-limitations: