adiciona o buscador e cria views e templates para ele

This commit is contained in:
root
2025-03-07 15:31:53 +01:00
parent 1cd93f7955
commit 3f5ac79051
18 changed files with 378 additions and 235 deletions

View File

@ -14,7 +14,9 @@ class UserFactory(DjangoModelFactory[User]):
name = Faker("name")
@post_generation
def password(self, create: bool, extracted: Sequence[Any], **kwargs): # noqa: FBT001
def password(
self, create: bool, extracted: Sequence[Any], **kwargs
): # noqa: FBT001
password = (
extracted
if extracted