Skip to content

Commit

Permalink
Merge pull request #637 from Cadasta/quickfix/loadstatic
Browse files Browse the repository at this point in the history
Quick fix!
  • Loading branch information
linzjax authored Sep 2, 2016
2 parents 81789a0 + 167d664 commit bc4f623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cadasta/core/management/commands/loadstatic.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def handle(self, *args, **options):
print('LOADING COUNTRIES\n')
loadcountries.Command().handle(force=options['force'])
print('LOADING POLICIES\n')
loadpolicies.Command().handle(force=options['force'])
loadpolicies.Command().handle(force=options['force'], update=False)
print('LOADING ATTRIBUTE TYPES\n')
loadattrtypes.Command().handle(force=options['force'])
print('LOADING TENURE RELATIONSHIP TYPES\n')
Expand Down

0 comments on commit bc4f623

Please sign in to comment.