Skip to content

Commit

Permalink
[fix] Fixed DJANGO_LOCI_GEOCODE_STRICT_TEST setting naming
Browse files Browse the repository at this point in the history
Signed-off-by: Konrad Kreitmair <[email protected]>
  • Loading branch information
kkreitmair authored Feb 24, 2021
1 parent d297e20 commit e3b8cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_loci/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

DJANGO_LOCI_GEOCODER = getattr(settings, 'DJANGO_LOCI_GEOCODER', 'ArcGIS')
DJANGO_LOCI_GEOCODE_STRICT_TEST = getattr(
settings, 'DJANGO_LOCI_STRICT_GEOCODE_TEST', True
settings, 'DJANGO_LOCI_GEOCODE_STRICT_TEST', True
)
DJANGO_LOCI_GEOCODE_FAILURE_DELAY = getattr(
settings, 'DJANGO_LOCI_GEOCODE_FAILURE_DELAY', 1
Expand Down

0 comments on commit e3b8cb6

Please sign in to comment.