diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-06-02 17:29:34 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-10-24 18:32:22 +0200 |
| commit | 5245a76579a99de36f444ce5356cc5e46d022692 (patch) | |
| tree | f5c7a9ac807c3a009607a44f3cc2c2a09479d9fb /ishtar_common/urls.py | |
| parent | 7a488b04db4b86b7bb323e972ff43b39e37a3cc3 (diff) | |
| download | Ishtar-5245a76579a99de36f444ce5356cc5e46d022692.tar.bz2 Ishtar-5245a76579a99de36f444ce5356cc5e46d022692.zip | |
✨ GIS API: GIS import
Diffstat (limited to 'ishtar_common/urls.py')
| -rw-r--r-- | ishtar_common/urls.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ishtar_common/urls.py b/ishtar_common/urls.py index 89f529a67..08474a869 100644 --- a/ishtar_common/urls.py +++ b/ishtar_common/urls.py @@ -376,6 +376,11 @@ urlpatterns = [ views_api.GISSourceAPI.as_view(), name="api-gis-sources", ), + path( + "api/gis/import/<slug:importer_slug>/<int:page>/", + views_api.GISImportAPI.as_view(), + name="api-gis-sources", + ), re_path(r"^profile(?:/(?P<pk>[0-9]+))?/$", views.ProfileEdit.as_view(), name="profile"), re_path( r"^save-search/(?P<app_label>[a-z-]+)/(?P<model>[a-z-]+)/$", |
