I am using comment app in django, but currently the sort direction is by date(from old to new), I want the comments are displayed by date from new to old, how to change it?
django comment: how to specify the sort direction?
630 views Asked by Bin Chen At
2
you can do:
http://docs.djangoproject.com/en/dev/ref/templates/builtins/#for