caktus / django-project-template

Django project template for startproject (Requires 2.2+)
209 stars 53 forks source link

Don't prompt for uploading secrets unnecessarily #171

Closed dpoirier closed 9 years ago

dpoirier commented 9 years ago

It only makes sense to prompt before uploading a secrets file if there's already a secrets file on the server that would be overwritten. On an initial deploy, there isn't.

mlavin commented 9 years ago

This doesn't exist anymore with the GPG secrets workflow #159.