﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
24448	Add a management command to generate new SECRET_KEY	Wim Feijen	nobody	"Hi, 

My proposal is to add a django-admin.py command or manage.py command which generates a new SECRET_KEY in order to improve safety. 

Sometimes I copy projects. I'd like to change the SECRET_KEY then. As far as I know, there is no (documented) way to generate a new SECRET_KEY, except for creating a new online project and copying that key.
 
Or I could implement a random function myself (which might be actually worse implemented then django's default key generation), or I could use the first Google hit to generate a key over an insecure connection. Both raise my safety concerns. "	New feature	closed	Uncategorized	dev	Normal	wontfix			Unreviewed	0	0	0	0	1	0
