GeoNodeUserGroup-DE / contrib_externalapplications

GeoNode contrib module adding an externalapplication resource
GNU General Public License v3.0
0 stars 0 forks source link

Support GeoNode 4.3.0 #2

Closed ridoo closed 3 weeks ago

ridoo commented 4 weeks ago

The Django 4.x upgrade shipped some backwards incompatible API changes. Two exmaples are

Release/Tag version to support 4.2.x and update main branch to support latest Geonode version 4.3.x.

ridoo commented 3 weeks ago

Also, AppConfig code et. al has to move from __init__.py to apps.py. The __init.py can be left empty.