Skip to content

Commit

Permalink
fixtures work again
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolerd committed Jul 27, 2015
1 parent 6085dbb commit 2c5dd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ def load_fixtures(fixtures_dir):
model_class = import_class(entry['model'])
fixture_model = model_class(**entry['fields'])
db.session.add(fixture_model)
db.session.commit()
db.session.commit()

0 comments on commit 2c5dd9b

Please sign in to comment.