cga-harvard / worldmap

WorldMap GeoNode Project
GNU General Public License v3.0
13 stars 7 forks source link

ImportError: No module named notification #134

Closed capooti closed 7 years ago

capooti commented 7 years ago

This is currently an error which is raised from a fresh build of WorldMap

capooti commented 7 years ago

the problem here is that now GeoNode uses django-user-accounts-2.0.2dev while WorldMap uses geonode-user-accounts==1.0.13 The best solution would be to use same library version in WorldMap as well. Any reason why it was used this old version of the library?