UpdateView in Django is not loading time from datetimefield of database, is it crispy forms?

前端 未结 0 948
不知归路
不知归路 2020-12-04 07:38

I have a pretty simple form:

class OnSiteLogForUserForm(forms.ModelForm):
  def __init__(self, *args, **kwargs):
    super(OnSiteLogForUserForm, self).__init_         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题