GeoNode / geonode-project

A django template project for creating custom GeoNode projects.
http://geonode.org
77 stars 170 forks source link

django_admin.py command not found #538

Open pchevali opened 4 weeks ago

pchevali commented 4 weeks ago

Hi,

When creating a brand new geonode project from master. The docker compose won't start correctly. It seems to me that it's related to the call to django_admin.py instead of "django_admin" only on this line :

https://github.com/GeoNode/geonode-project/blob/master/src/tasks.py#L405

(this line is also concerned but not reached anymore : https://github.com/GeoNode/geonode-project/blob/master/src/tasks.py#L441)

What do you think ?

Regards