nansencenter / django-geo-spaas

GeoDjango apps for satellite data management in Geo-Scientific Platform as a Service
GNU General Public License v3.0
20 stars 6 forks source link

The geospaas.urls module is unusable #126

Open aperrin66 opened 4 years ago

aperrin66 commented 4 years ago

Directly including the geospaas.urls module in a project's urls module results in a NoReverseMatch exception with the following message: 'base_viewer' is not a registered namespace.

Maybe it can just be removed, since the geospaas package is not a Django app but rather a collection of them.

aperrin66 commented 3 years ago

The problem does not occur when geospaas.base_viewer.urls is explicitly included as well as geospaas.urls, so there might be another way to solve the problem than just removing geospaas.urls.