Add genres!

This commit is contained in:
2023-03-14 18:35:58 -04:00
parent c9b04772a0
commit c9874b3fda
13 changed files with 354 additions and 5 deletions

View File

@ -5,7 +5,6 @@ from typing import Optional
from uuid import uuid4
from books.models import Book
from django.apps import apps
from django.contrib.auth import get_user_model
from django.db import models
from django.urls import reverse