Home
Hire
Requests
Snippets
Interviews
Blog
About
Join
Login
Create a Request
How to remove time from a Django DateTime field in the Django admin
In your
settings.py
add the following code.
DATETIME_FORMAT = 'N j Y'
Start your freelancing journey
Nerdlify can help you kickstart your freelancing journey. List your profile. add skills and put your social links.
Join
Login
Related Snippets
Django, Python how to display date time in "time ago" format
How to remove time from a Django DateTime field in the Django admin