1👍
✅
Try:
form = Command_Form()
if request.method == "POST":
form = Command_Form(request.POST)
I believe you are not instantiating the model and that’s the problem.
Source:stackexchange.com