On 2015-11-11 14:44, Collin Anderson wrote: > Also, doing this from the backend seems like sub-par way to do it. > I would recommend implementing this in javascript, so it can > auto-update over time if you leave the window open.
It shouldn't be limited to one or the other: doing it on the back-end will allow it to correctly reflect the age as of the time the request was made (and thus be available where JS is unavailable/disabled). That field can then be updated client-side with JS if it's available. -tkc -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/20151111165936.12d82152%40bigbox.christie.dr. For more options, visit https://groups.google.com/d/optout.
