I currently try to add Cartoview to the existing GeoNode installation. I just followed the tutorial from the documentation to create a new project for Cartoview using the command:
django-admin.py startproject --template=https://github.com/cartologic/cartoview-project-template/archive/master.zip --name django.env,uwsgi.ini,.bowerrc webcartoview
And it comes up the following error from the command prompt:
I have successfully installed the Cartoview library (pip install cartoview
). But I am not quite understanding what the error message means. Am I doing anything wrong?