Browse Source

Correct help for running migrate

Michael Aquilina 9 years ago
parent
commit
9f65a068e6
1 changed files with 4 additions and 0 deletions
  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:: bash
 
+    $ 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: