1
0
Fork 0

Show related books in links preview

This commit is contained in:
Mouse Reeve 2022-01-10 11:03:10 -08:00
parent 3f280af715
commit 6b0967df39
2 changed files with 32 additions and 13 deletions

View file

@ -9,7 +9,7 @@ from django.utils.translation import gettext_lazy as _
env = Env()
env.read_env()
DOMAIN = env("DOMAIN")
VERSION = "0.1.2"
VERSION = "0.2.0"
PAGE_LENGTH = env("PAGE_LENGTH", 15)
DEFAULT_LANGUAGE = env("DEFAULT_LANGUAGE", "English")