optimized queries

This commit is contained in:
MassiveAtoms
2020-07-09 11:58:09 -03:00
parent caa3022cdf
commit 7d2b429cbe
5 changed files with 75 additions and 34 deletions

View File

@ -13,7 +13,7 @@
<th onclick="sortTable(3)">Tags</th>
<th onclick="sortTable(4)">Added</th>
</tr>
{% for book in books_list %}
{% for book in book_list %}
<tr>
<td><a href="{{ book.get_absolute_url }}">{{ book.title }}</a></td>
<td>{{book.author_sort}}</td>