I recently wrote (https://github.com/RealOrangeOne/django-secret-key-
generator) a web app to generate a `SECRET_KEY` in a similarly secure way
(more secure than the other ones out there), but it'd be great to have a
simple management command to securely generate a key (using the existing
`get_random_secret_key` util) so it could be easily set in a project, and
thus share the original implementation.
Does this (management command + documenting `get_random_secret_key`) sound
like a good idea? I'm happy to submit a patch myself.
--
Ticket URL: <https://code.djangoproject.com/ticket/32451>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* component: Uncategorized => Core (Management commands)
--
Ticket URL: <https://code.djangoproject.com/ticket/32451#comment:1>
* status: new => closed
* resolution: => duplicate
Comment:
Duplicate of #24448.
--
Ticket URL: <https://code.djangoproject.com/ticket/32451#comment:2>