Running Geonode solr application
Finally working:
'patterns'
is not defined in geonode/urls.py
. Edit geonode/urls.py and add the following in the imports:
from django.conf.urls import patterns, url
Finally working:
'patterns'
is not defined in geonode/urls.py
. Edit geonode/urls.py and add the following in the imports:
from django.conf.urls import patterns, url