Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverroick committed Jan 3, 2017
1 parent 8035f8c commit a16c387
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions cadasta/config/settings/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,8 +512,3 @@
'django.contrib.auth.hashers.BCryptSHA256PasswordHasher',
'django.contrib.auth.hashers.BCryptPasswordHasher',
]

IMPORTERS = {
'csv': 'organization.importers.csv.CSVImporter',
'xls': 'organization.importers.xls.XLSImporter'
}
4 changes: 0 additions & 4 deletions cadasta/spatial/tests/test_forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,13 +310,9 @@ def test_save_new_party_with_attributes(self):
form.save()

assert Party.objects.count() == 1
print('++++ BLAH ++++')
party = Party.objects.first()
print('++++ BLAH 2 ++++')
assert party.name == 'The Beatles'
assert party.type == 'GR'
print('++++ BLAH 3 ++++')
print(party.attributes)
assert party.attributes.get('p_name') == 'Party Name'

assert TenureRelationship.objects.count() == 1
Expand Down

0 comments on commit a16c387

Please sign in to comment.