diff options
author | luxagraf <sng@luxagraf.net> | 2015-12-03 11:06:47 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2015-12-03 11:06:47 -0500 |
commit | 657d719bfdc33c8b01a430ea3f58a4907c558f9d (patch) | |
tree | 073b4f489c49588103e5ce13bcaddc683c4494cb /app/builder/base.py | |
parent | 99ccbac9e4b96524aa33b5005ce3f7aa029126f6 (diff) |
moved books to new build system
Diffstat (limited to 'app/builder/base.py')
-rw-r--r-- | app/builder/base.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/builder/base.py b/app/builder/base.py index 863a4da..c3da573 100644 --- a/app/builder/base.py +++ b/app/builder/base.py @@ -465,6 +465,7 @@ class BuildBooks(Build): def build_book_archive_pages(self): qs = apps.get_model('books', 'Book').objects.all().order_by('-read_date').select_related() + print(qs) self.build_archive_pages(qs, 'books/', 18) |