Merge pull request #1529 from scientia-ac-labore/add_sort_books

Add sorting to shelf. Use table-sort-header
This commit is contained in:
Mouse Reeve
2021-10-14 15:46:08 -07:00
committed by GitHub
4 changed files with 53 additions and 13 deletions

View File

@ -7,6 +7,7 @@ from django.utils.translation import gettext_lazy as _
env = Env()
env.read_env()
DOMAIN = env("DOMAIN")
VERSION = "0.0.1"