You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CommandError: couldn't download URL https://github.com/GeoNode/geonode-project/archive/refs/tags/master.zip to master.zip: HTTP Error 404: Not Found
The text was updated successfully, but these errors were encountered:
When running through the docs in Quick Docker Start, the django-admin startproject fails because GitHub returns a 404 for the relevant archive.
Command:
GN_VERSION=master
django-admin startproject --template=https://github.com/GeoNode/geonode-project/archive/refs/tags/$GN_VERSION.zip -e py,sh,md,rst,json,yml,ini,env,sample,properties -n monitoring-cron -n Dockerfile project_name ~/project_name
Error:
CommandError: couldn't download URL https://github.com/GeoNode/geonode-project/archive/refs/tags/master.zip to master.zip: HTTP Error 404: Not Found
The text was updated successfully, but these errors were encountered: