Please, I am creating a to-do list app as my first django project. My form is not valid because I am trying to insert DateTimeField in django using datetime-local.
I did research, I discovered I need to do a custom model so I parse the datetime-local field. Pls guide me on how to create a custom model field. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAEUEpOQkk58EpVZd_PHN77aMnr-k2%2BbbhheYDistYqm2Lxfa%3DA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

