[Answered ]-INSTALLED_APPS not defined in cartoview?

0πŸ‘

βœ…

I don’t know why but it worked. I was following documentation for installing geonode. after that i ran the server from the terminal for running geonode. for geoserver installation i was using the same terminal which was then giving error. I just opened another terminal, went to the correct directory, activated the virtual environement, and ran paver setup_geoserver and it worked fine.

1πŸ‘

You have not defined the installed_apps variable
add this code before installed_apps +=

INSTALLED_APPS = []
πŸ‘€M.J.GH.PY

Leave a comment