Skip to content

Commit

Permalink
Merge pull request celery#3122 from gitaarik/master
Browse files Browse the repository at this point in the history
updated docs about migrating celery in Django
  • Loading branch information
ask committed Mar 18, 2016
2 parents 5f62a7c + 4f509dc commit 949ad1b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/django/first-steps-with-django.rst
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,14 @@ To use this with your project you need to follow these four steps:
by the database periodic task scheduler. You can skip
this step if you don't use these.

If you are using south_ for schema migrations, you'll want to:
If you are using Django 1.7+ or south_, you'll want to:

.. code-block:: console
$ python manage.py migrate djcelery
For those who are not using south, a normal ``syncdb`` will work:
For those who are on Django 1.6 or lower and not using south, a normal
``syncdb`` will work:

.. code-block:: console
Expand Down

0 comments on commit 949ad1b

Please sign in to comment.