Skip to content
Snippets Groups Projects
Commit 49e4a868 authored by m431m's avatar m431m :speech_balloon:
Browse files

Add django-onegeo-rproxy-mapstore2 (test)

parent d93437ea
No related branches found
No related tags found
No related merge requests found
...@@ -82,6 +82,7 @@ INSTALLED_APPS = [ ...@@ -82,6 +82,7 @@ INSTALLED_APPS = [
'onegeo_suite.contrib.onegeo_geonet', 'onegeo_suite.contrib.onegeo_geonet',
'onegeo_suite.contrib.onegeo_indexer', 'onegeo_suite.contrib.onegeo_indexer',
'onegeo_suite.contrib.onegeo_maps', 'onegeo_suite.contrib.onegeo_maps',
'onegeo_rproxy_mapstore2',
# 'django_clamd', # 'django_clamd',
'django_cleanup', 'django_cleanup',
] ]
...@@ -426,3 +427,9 @@ ONEGEOSUITE_LOGIN_USER_ACCOUNT_PUBLIC_URL = ONEGEOSUITE_PUBLIC_BASE_URL + '/oneg ...@@ -426,3 +427,9 @@ ONEGEOSUITE_LOGIN_USER_ACCOUNT_PUBLIC_URL = ONEGEOSUITE_PUBLIC_BASE_URL + '/oneg
# misc onegeo settings: # misc onegeo settings:
ONEGEOSUITE_PUBLIC_PORTAL_DATASET_PATTERN_URL = config('PUBLIC_PORTAL_DATASET_PATTERN_URL', 'http://127.0.0.1/portail/fr/jeux-de-donnees/{dataset}/') ONEGEOSUITE_PUBLIC_PORTAL_DATASET_PATTERN_URL = config('PUBLIC_PORTAL_DATASET_PATTERN_URL', 'http://127.0.0.1/portail/fr/jeux-de-donnees/{dataset}/')
# onegeo-rpoxy-mapstore2
ONEGEOSUITE_MAPSTORE_UPSTREAM = 'https://dev.geofit.onegeo.fr/geoportal/'
ONEGEOSUITE_MAPSTORE_AUTH_HEADER = 'auth_user'
\ No newline at end of file
...@@ -69,6 +69,7 @@ urlpatterns = [ ...@@ -69,6 +69,7 @@ urlpatterns = [
path('i18n/', include('django.conf.urls.i18n')), path('i18n/', include('django.conf.urls.i18n')),
path('_nested_admin/', include('nested_admin.urls')), path('_nested_admin/', include('nested_admin.urls')),
] + i18n_patterns( ] + i18n_patterns(
path('geoportal/', include('onegeo_rproxy_mapstore2.urls')),
path('usergroup/', include('onegeo_suite.contrib.onegeo_usergroup.urls')), path('usergroup/', include('onegeo_suite.contrib.onegeo_usergroup.urls')),
path('organisation/', include('onegeo_suite.contrib.onegeo_organisation.urls')), path('organisation/', include('onegeo_suite.contrib.onegeo_organisation.urls')),
path('login/', include('onegeo_suite.contrib.onegeo_login.urls')), path('login/', include('onegeo_suite.contrib.onegeo_login.urls')),
......
...@@ -2,5 +2,6 @@ ...@@ -2,5 +2,6 @@
elasticsearch==7.13.0 elasticsearch==7.13.0
-e git+https://github.com/neogeo-technologies/OWSLib.git@neogeo/0.25.0#egg=OWSLib -e git+https://github.com/neogeo-technologies/OWSLib.git@neogeo/0.25.0#egg=OWSLib
-e git+https://docker-onegeo-suite:D7S9gajfakqgzRwsAxB4@git.neogeo.fr/onegeo-suite/apps/django-onegeo-suite.git@geofit#egg=django_onegeo_suite -e git+https://docker-onegeo-suite:D7S9gajfakqgzRwsAxB4@git.neogeo.fr/onegeo-suite/apps/django-onegeo-suite.git@geofit#egg=django_onegeo_suite
-e git+https://docker-onegeo-suite:D7S9gajfakqgzRwsAxB4@git.neogeo.fr/onegeo-suite/apps/django-onegeo-rproxy-mapstore2.git@redmine-issues/14039#egg=django_onegeo_rproxy_mapstore2
-e git+https://github.com/danpoland/drf-reverse-proxy@master#egg=drf-reverse-proxy -e git+https://github.com/danpoland/drf-reverse-proxy@master#egg=drf-reverse-proxy
python-decouple python-decouple
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment