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 authored and oliverroick committed Jan 3, 2017
1 parent 407449b commit 8035f8c
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 @@ -512,3 +512,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 8035f8c

Please sign in to comment.