79247781

Date: 2024-12-03 13:31:51
Score: 0.5
Natty:
Report link

Problem was a beginner mistake - but it also was not properly stated in the docs...

If you install GeoNode using Docker, you need to enter the respective Docker container in order to execute commands affecting GeoNode:

python manage.py collectstatic

becomes for example:

docker exec -t django4[geonode project name] python manage.py collectstatic

this executes the command inside the Django Docker container

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: jonsken