79701491

Date: 2025-07-15 02:20:48
Score: 1.5
Natty:
Report link

u need to set a model to the class in forms.py

from .models import *
class ClientForm(ModelForm):
    class Meta:
        model = Client
        fields = '__all__'
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: AbdElbasste Mazouz