﻿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
32664	Cannot run makemigrations management command without a SECRET_KEY	François Freitag	François Freitag	"I believe #29324 intended to fix this issue.

Steps to reproduce:

{{{
$ cd $(mktemp -d)
$ python -m venv venv
$ source venv/bin/activate
$ pip install 'Django>=3.2'
$ python -m django startproject foo
$ sed -ri '/SECRET_KEY/d' foo/foo/settings.py  # Remove SECRET_KEY from settings
$ PYTHONPATH=foo DJANGO_SETTINGS_MODULE=""foo.settings"" python -m django makemigrations --check
}}}

The output is attached."	Cleanup/optimization	closed	Core (Other)	dev	Normal	fixed		Florian Apolloner François Freitag	Ready for checkin	1	0	0	0	0	0
