Rimu@piefed.social to Python@programming.devEnglish · 2 months agoServing a Frontend with FastAPI: A Practical Guidemodernpython.ioexternal-linkmessage-square1linkfedilinkarrow-up119arrow-down12file-text
arrow-up117arrow-down1external-linkServing a Frontend with FastAPI: A Practical Guidemodernpython.ioRimu@piefed.social to Python@programming.devEnglish · 2 months agomessage-square1linkfedilinkfile-text
minus-squarelogging_strict@programming.devlinkfedilinkarrow-up1·2 months agoThe only thing i don’t like is the naming of the folder, dist. Which is reserved in Python for python -m build. The docs should not be promoting the use of that folder.
The only thing i don’t like is the naming of the folder, dist. Which is reserved in Python for
python -m build. The docs should not be promoting the use of that folder.