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 #1159 from akatsoulas/initial-migration-all-apps
Browse files Browse the repository at this point in the history
Now migrate all the apps please.
  • Loading branch information
akatsoulas committed May 20, 2016
2 parents 3636130 + b7a0445 commit 8baa39e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/update/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ 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 events --fake --noinput')
ctx.local('python manage.py migrate --fake-initial --noinput')


@task
Expand Down

0 comments on commit 8baa39e

Please sign in to comment.