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
- [Answered ]-Using Django Sqlite in windows
- [Answered ]-Authenticate/register user in step 2/3 of Form Wizard in django
- [Answered ]-Retrieving most recent commit revision number from a github project
- [Answered ]-Django 1.3 with Webassets 0.7: assets.py ignored?
Source:stackexchange.com