Jorge Alarcon

Results 4 comments of Jorge Alarcon

app/templatetags/extra_tagas.py 👈🏾 create a simple tag two add two strings (StackOverflow search) ``` from django import template register = template.Library() @register.filter(name=addstr) def addstr(arg1, arg2): """concatenate arg1 & arg2""" return str(arg1)...

I'm running this with fastAPI and is running totally fine inside the docker container `FROM tiangolo/uvicorn-gunicorn-fastapi:python3.10 WORKDIR /proj COPY . . COPY ./requirements.* . RUN pip install --no-cache-dir --upgrade -r...

1. Add a book with the title "mesmo titulo" ![Screenshot from 2022-01-04 11-32-45](https://user-images.githubusercontent.com/39609591/148092086-59018c26-bb94-4616-aaba-be3ad7d86788.png) 2. ele cola no top da tabela, tudo bem ate aqui ![Screenshot from 2022-01-04 11-32-54](https://user-images.githubusercontent.com/39609591/148092131-e2c63199-7bbf-4f4f-9269-eda5239ad001.png) 3. agora...