Open
Description
Expected Behavior
Update admin password on install from tasks.py when installing with django-project
Actual Behavior
updateadmin() throws an "/bin/bash: line 1: django-admin.py: command not found" message.
Steps to Reproduce the Problem
- Install master using geonode-project
- view the logs
- look at update admin details*** in logs
Specifications
- GeoNode version: master
- Installation type (vanilla, geonode-project): geonode-project
- Installation method (manual, docker): docker
- Platform: ubuntu 22.04
- Additional details: i think can be fixed changing line 426 in updateadmin from tasks.py changing f"django-admin loaddata /tmp/django_admin_docker.json to f"python manage.py loaddata /tmp/django_admin_docker.json
Metadata
Metadata
Assignees
Labels
No labels