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

Commit

Permalink
Merge pull request #1158 from akatsoulas/fake-events
Browse files Browse the repository at this point in the history
Fake events app migration.
  • Loading branch information
akatsoulas committed May 20, 2016
2 parents b5bfe78 + 46ac784 commit 3636130
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 --fake-initial --noinput')
ctx.local('python manage.py migrate events --fake --noinput')


@task
Expand Down

0 comments on commit 3636130

Please sign in to comment.