[Answered ]-Django admin datepicker calendar and clock img

2👍

i was suffering with the same problem.All you need to do is add “ADMIN_MEDIA_PREFIX” in you settings.py file

just write

ADMIN_MEDIA_PREFIX = '/static/admin/'

if you have static directory in your project. name it according to your directory name. if its already named as static then use the above.

Leave a comment