Skip to content

Commit

Permalink
Merge branch 'master' of github.com:GeoNode/geonode-importer into ISS…
Browse files Browse the repository at this point in the history
…UE_209
  • Loading branch information
mattiagiupponi committed Feb 1, 2024
2 parents cde58d7 + f5344d3 commit 18eb79c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions importer/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ def run_setup_hooks(*args, **kwargs):
Run basic setup configuration for the importer app.
Here we are overriding the upload API url
"""
from django.conf.urls import include
from geonode.urls import urlpatterns
from django.urls import re_path
from django.urls import re_path, include

url_already_injected = any(
[
Expand Down

0 comments on commit 18eb79c

Please sign in to comment.