How to render a checkbox with multiple selection allowed in Django by just using the model.py file and without using the form.py file?
This is my code (which works ho