GeoNode / geonode-project

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

Add a prompt to inform the user that create-env.py will overwrite any existing .env file #325

Closed giohappy closed 2 years ago

giohappy commented 2 years ago

The prompt is a safety measure to avoid overwriting an existing .env file. A --noinput can be added to skip prompting for confirmation.