Rimu@piefed.social to Python@programming.devEnglish · 1 month agoServing a Frontend with FastAPI: A Practical Guidemodernpython.ioexternal-linkmessage-square1fedilinkarrow-up119file-text
arrow-up119external-linkServing a Frontend with FastAPI: A Practical Guidemodernpython.ioRimu@piefed.social to Python@programming.devEnglish · 1 month agomessage-square1fedilinkfile-text
minus-squarelogging_strict@programming.devlinkfedilinkarrow-up1·1 month 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.