Django web application for reading EPUB books online via a computer or mobile device and more. Automatically exported from code.google.com/p/threepress
Other
2
stars
0
forks
source link
Improve performance of admin site when many books are loaded #162
The BW admin site is a fairly vanilla implementation of the Django admin
and doesn't get used often except for a few tasks like making a book public.
The current BW/ORM deployment loads some admin pages (like EpubArchive)
slowly or not at all. There should be ways to improve its performance,
probably by introducing fewer implicit joins in admin.py
Original issue reported on code.google.com by liza31337@gmail.com on 26 Aug 2009 at 11:54
Original issue reported on code.google.com by
liza31337@gmail.com
on 26 Aug 2009 at 11:54