mike chambers | about

Django

Creating a default DATETIME_FORMAT filter for django

Here is a simple django template filter that will format a date according to the DATETIME_FORMAT variable in the settings file. from django import template from settings import DATETIME_FORMAT from django.template.defaultfilters import date register …
twitter github flickr behance