- Read on Sunday, July 5, 2009
-
-
Improved sortby template tag
Variation on dictsort using attribute access. Nested attributes can be used, like, "obj.attr.attr_attr"
Visit
-
Improved sortby template tag
- Read on Wednesday, April 1, 2009
-
-
Django snippets: Smart i18n date diff (twitter like)
This snippet display a human readable date diff. You give it the your date in parameter and the diff with datetime.datetime.now() is returned. The diff must be positive to be more accurate (future dates are not supported). Will give something like: less than 1 minute ago 13 minutes ago 1 hour ago etc.
Visit
-
Django snippets: Smart i18n date diff (twitter like)
- Read on Tuesday, March 31, 2009
-
-
Automatisch lokalisierte Zeitformatierungen
Großartige Anleitung, wie man Django Sprachen-abhängige Datumsanzeigen beibringt.
Visit
-
Automatisch lokalisierte Zeitformatierungen
- Read on Thursday, November 27, 2008
-
-
@reply links in Twitter messages
This template filter is rewritten, courtesy of Eric Moritz. It is meant to be used when displaying status messages from Twitter. A regular expression is used to replace all @username replies with a link to that user's Twitter page.
Visit
-
@reply links in Twitter messages
- Read on Friday, July 4, 2008
-
-
Django snippets: in_group template filter
Allows you to search if a user belongs to a given group.
Visit
-
Django snippets: in_group template filter

