DISQUS

SIGUSR2: SIGUSR2 > The Case of the Unusable Reusable

  • kmike · 5 months ago
    Original django-faves app (hosted on google code) didn't have 1-sql-query capability. And I've done a similar thing: take it, implement what I need and put it on a bitbucket :)
  • Andrew Gwozdziewycz · 5 months ago
    Interesting! If I had known about this I may never have built my own. What you have is much more complete, but I've gotta be honest, I'm not a fan of the template tag approach in this case. Creative solution though for sure!
  • slig · 5 months ago
    This is exactly what I've been looking for. Bookmarked your post for future reference. Thanks for that!
  • kmike · 5 months ago
    There is a similar `django-faves` app (http://bitbucket.org/kmike/django-faves/).
    It has template tag `inject_faves_to` which adds Fave object (as a field) to favorited models in list using 1 sql query.