Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
Reset djcelery migrations.
Browse files Browse the repository at this point in the history
  • Loading branch information
johngian committed May 20, 2016
1 parent 8baa39e commit cc16b84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/update/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ def update_db(ctx):
"""
with ctx.lcd(settings.SRC_DIR):
ctx.local('python manage.py migrate --list')
ctx.local('python manage.py migrate --fake-initial --noinput')
ctx.local('python manage.py migrate djcelery zero --noinput')
ctx.local('python manage.py migrate djcelery --noinput')


@task
Expand Down

0 comments on commit cc16b84

Please sign in to comment.