You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.