Is there an alternative to azure or a way to use a localhost
@devpython89562 жыл бұрын
Yeah. Just install Mysql Server and Mysql Workbench locally. In the settings.py file, replace the azure host by localhost
@luiseduardobeltranheras6313 Жыл бұрын
i have a problem , django returns always empty array to postman even if mysql the table usuarios has values S:, any idea ?, i check mysql password but no luck
@maxw56672 жыл бұрын
How did you make the azure server?
@Eninho202 жыл бұрын
really good content man thx
@malaithahachhaina95252 жыл бұрын
thank you for this tutorial
@jarjarabrams62182 жыл бұрын
Thanks for skipping the Azure part. This really helps me during a tutorial when some Ahole just decides to skip the f over an entire piece of the tutorial. Brilliant.
@noelara43563 жыл бұрын
ELEGANT!
@egwuemijerryjude7287 Жыл бұрын
Thank You for this great Tutorial here is the error message i am getting on file upload raise MultiValueDictKeyError(key) django.utils.datastructures.MultiValueDictKeyError: 'file' [22/Mar/2023 09:20:53] "POST /employee/savefile HTTP/1.1" 500 72094 pls help resolve this