Thomas PEDOT

Results 36 comments of Thomas PEDOT

The last proposal with router seems to not override the POST method. Any idea ? I don't see an exemple.

It's working ! With: ``` from fastapi.datastructures import UploadFile from LAPD import Document from pydantic import BaseModel from fastapi import FastAPI, UploadFile from fastapi import File as FastFile from fastapi_crudrouter...

In fact, it is not keep it into memory... Even adding id: int to the attributes.

Dont be :) No avance on my side.

@awtkns i can do ! What would be great is that we include exemple with get and post accessing with in Memory backend. What do you think ? Unfortunately I...

I don't know if it a good practice but we can access router models with: ``` @router.get('') def overloaded_get_all(): return router.models @router.get('/{item_id}') def overloaded_get_one(item_id: int): return router.models[item_id] ``` is working....

Yes me too. Do you have time to provide me some snippet for it ? Not much time on my side but I can try.

Fix Readme https://github.com/sunshineatnoon/Django-Celery-Example/issues/2

Ok... I got it wrong I miss understand the column name... It is the number of VAT in the country. But where is the standard VAT rate ?

Also I am confused about: https://docs.saleor.io/docs/2.9.0/guides/taxes#all-product-prices-are-entered-with-tax-included From the enterprise perspective everything is seen **without taxes** then we collect taxes for the state. So I would enter intuitively net price in...