1
0
Fork 0

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
commit c1287f800e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"