fix: rework geocoding api usage, make api url custom

This commit is contained in:
2024-05-31 11:41:59 +02:00
parent 2a9dc337d2
commit 677fc6626b
4 changed files with 54 additions and 10 deletions

View File

@@ -0,0 +1,20 @@
# Generated by Django 5.0.6 on 2024-06-05 19:52
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
(
"fellchensammlung",
"0007_remove_location_country_remove_location_description_and_more",
),
]
operations = [
migrations.RemoveField(
model_name="location",
name="osm_id",
),
]