Formatting
This commit is contained in:
parent
dd15e87073
commit
2a612f7278
4 changed files with 36 additions and 10 deletions
|
@ -8,6 +8,7 @@ from .base_model import BookWyrmModel
|
|||
|
||||
class ProgressMode(models.TextChoices):
|
||||
""" types of prgress available """
|
||||
|
||||
PAGE = "PG", "page"
|
||||
PERCENT = "PCT", "percent"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue