Skip to content
This repository has been archived by the owner on Apr 14, 2019. It is now read-only.

Commit

Permalink
Merge pull request #249 from caciviclab/reporting-periods-SD
Browse files Browse the repository at this point in the history
ENH: add fixture for San Diego reporting periods, 2015 & 2016.
  • Loading branch information
tdooner authored Jul 14, 2016
2 parents a709a38 + 2fb5f95 commit e91e941
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions data/fixtures/2016_05_02_ballot.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions data/fixtures/2016_05_02_locality.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions disclosure/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

def load_ballot_data(apps, schema_editor):
fixtures = (
('locality', op.join(settings.FIXTURES_DIR, '2016_03_27_locality.json')),
('ballot', op.join(settings.FIXTURES_DIR, '2016_03_27_ballot.json')),)
('locality', op.join(settings.FIXTURES_DIR, '2016_05_02_locality.json')),
('ballot', op.join(settings.FIXTURES_DIR, '2016_05_02_ballot.json')),)

for app, path in fixtures:
call_command('loaddata', path, app=app)
Expand Down

0 comments on commit e91e941

Please sign in to comment.