class Post(models.Model):
pub_date = models.DateTimeField
{{ post.pub_date }}
23 october 2014 19:25
models.py:class Post(models.Model):
pub_date = models.DateTimeField
template.html:{{ post.pub_date }}
output:23 october 2014 19:25
Problem is I dont want "19:25" to show. What can I do?