Skip to content

Commit

Permalink
Resolve conflicts, bring up to date with master
Browse files Browse the repository at this point in the history
  • Loading branch information
amplifi committed Jan 11, 2017
1 parent a4d9084 commit da23bef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cadasta/config/settings/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,3 +514,8 @@
'django.contrib.auth.hashers.BCryptSHA256PasswordHasher',
'django.contrib.auth.hashers.BCryptPasswordHasher',
]

IMPORTERS = {
'csv': 'organization.importers.csv.CSVImporter',
'xls': 'organization.importers.xls.XLSImporter'
}

0 comments on commit da23bef

Please sign in to comment.