From 66189073f57f1b16a2b86a1111b8f672538588df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Benjam=C3=ADn?= Date: Thu, 1 Feb 2024 09:52:11 -0600 Subject: [PATCH 1/4] Update requirements.txt --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 51f17b7bc2a..b90aa5d81c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -86,8 +86,7 @@ Markdown==3.5.2 git+https://github.com/GeoNode/pinax-notifications.git@django_upgrade#egg=pinax-notifications # GeoNode org maintained apps. -# django-geonode-mapstore-client==4.0.5 -git+https://github.com/GeoNode/geonode-mapstore-client.git@master#egg=django_geonode_mapstore_client +git+https://github.com/gobiernodigitalmonterrey/geonode-mapstore-client#egg=django_geonode_mapstore_client git+https://github.com/GeoNode/geonode-importer.git@master#egg=geonode-importer django-avatar==8.0.0 geonode-oauth-toolkit==2.2.2 From 01fee301bb39f887134c6838c1e9305ea0fd36d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Benjam=C3=ADn?= Date: Thu, 1 Feb 2024 12:51:15 -0600 Subject: [PATCH 2/4] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b90aa5d81c2..7857fc5c472 100644 --- a/requirements.txt +++ b/requirements.txt @@ -86,7 +86,7 @@ Markdown==3.5.2 git+https://github.com/GeoNode/pinax-notifications.git@django_upgrade#egg=pinax-notifications # GeoNode org maintained apps. -git+https://github.com/gobiernodigitalmonterrey/geonode-mapstore-client#egg=django_geonode_mapstore_client +git+https://github.com/gobiernodigitalmonterrey/geonode-mapstore-client@master#egg=django_geonode_mapstore_client git+https://github.com/GeoNode/geonode-importer.git@master#egg=geonode-importer django-avatar==8.0.0 geonode-oauth-toolkit==2.2.2 From e78f141c03609e48c7dfae4851964144c79c6030 Mon Sep 17 00:00:00 2001 From: "cesar.benjamin" Date: Thu, 1 Feb 2024 18:52:06 -0600 Subject: [PATCH 3/4] need to remove call to command rebuild_index in tasks.py --- tasks.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tasks.py b/tasks.py index a37fe622bad..26f3b44b704 100755 --- a/tasks.py +++ b/tasks.py @@ -325,13 +325,6 @@ def migrations(ctx): f"python manage.py migrate --noinput --settings={_localsettings()} --database=datastore", pty=True, ) - try: - ctx.run( - f"python manage.py rebuild_index --noinput --settings={_localsettings()}", - pty=True, - ) - except Exception: - pass @task From 080134ae45e68d49b831180a5956ae084023ab12 Mon Sep 17 00:00:00 2001 From: "cesar.benjamin" Date: Thu, 1 Feb 2024 18:54:59 -0600 Subject: [PATCH 4/4] need to remove call to command rebuild_index in tasks.py --- requirements.txt | 3 ++- setup.cfg | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7857fc5c472..51f17b7bc2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -86,7 +86,8 @@ Markdown==3.5.2 git+https://github.com/GeoNode/pinax-notifications.git@django_upgrade#egg=pinax-notifications # GeoNode org maintained apps. -git+https://github.com/gobiernodigitalmonterrey/geonode-mapstore-client@master#egg=django_geonode_mapstore_client +# django-geonode-mapstore-client==4.0.5 +git+https://github.com/GeoNode/geonode-mapstore-client.git@master#egg=django_geonode_mapstore_client git+https://github.com/GeoNode/geonode-importer.git@master#egg=geonode-importer django-avatar==8.0.0 geonode-oauth-toolkit==2.2.2 diff --git a/setup.cfg b/setup.cfg index 2ae16795ba3..372ea6e1e45 100644 --- a/setup.cfg +++ b/setup.cfg @@ -112,7 +112,8 @@ install_requires = pinax-notifications @ git+https://github.com/GeoNode/pinax-notifications.git@django_upgrade#egg=pinax-notifications # GeoNode org maintained apps. - django-geonode-mapstore-client>=4.0.5,<5.0.0 + # django-geonode-mapstore-client==4.0.5 + django-geonode-mapstore-client @ git+https://github.com/GeoNode/geonode-mapstore-client.git@master#egg=django_geonode_mapstore_client geonode-importer>=1.0.2 django-avatar==8.0.0 geonode-oauth-toolkit==2.2.2