I'm new to Django and I'm trying to find the Django Admin date picker widget. I have search but got no results. Could anyone help me to use it on the project I'm working on?
I have a datetimefield in my model, like this:
fin = models.DateTimeField()
When creating a model from the admin is shows the widget but when I do it from the project it doesn't.