Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1672 from johngian/remove-fixture-loading
Browse files Browse the repository at this point in the history
Remove loading cities_light fixtures
  • Loading branch information
johngian authored Mar 23, 2017
2 parents 108f2b0 + 2aac532 commit d0fcfd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/update/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ def database(ctx):
print 'Dry-run makemigrations for debugging purposes'
ctx.local('python manage.py makemigrations --dry-run --verbosity 3')

# Update DB for django-cities-light
ctx.local('LANG=en_US.UTF-8 python manage.py cities_light_fixtures load --base-url=lib/django_cities_light/fixtures/') # noqa
# # Update DB for django-cities-light
# ctx.local('LANG=en_US.UTF-8 python manage.py cities_light_fixtures load --base-url=lib/django_cities_light/fixtures/') # noqa


@task
Expand Down

0 comments on commit d0fcfd3

Please sign in to comment.