GeoNode / geonode-project

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

Uncomment project files volume to allow template and static files customization #297

Closed MoRadwan74 closed 2 years ago

MoRadwan74 commented 2 years ago

Fixes #296

giohappy commented 2 years ago

@MoRadwan74 @afabiani I don't like this very much, since in production we expect the use a "freezed" image, without the ability to change it from the outside. That's why that line was commented. Of course, anyone can change it for its own purposes, but by default, I would keep it commented.

MoRadwan74 commented 2 years ago

@giohappy Well, I think it's a matter of preference and it wasn't clear that this is the reason why commenting this line.