Posts by Mauricio • 109 points
2 posts
-
-1
votes3
answers9222
views -
1
votes2
answers1451
viewsA: How to show Radio Button type fields in the form using Django?
Forms.py # -*- coding: utf-8 -*- from django import forms from models import ForensicTraffic import const class ForensicTrafficForm(forms.ModelForm): lighting =…