Python Django + MySQL CRUD API Tutorial

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 12

  • @slitzfringe3592
    @slitzfringe3592 Год назад

    Thanks a lot bro! Helpefd a lot

  • @luiseduardobeltranheras6313
    @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

  • @nchron31164
    @nchron31164 2 года назад +1

    Great stuff. Thank you for the help

  • @fonkyjunky8477
    @fonkyjunky8477 3 года назад +2

    Is there an alternative to azure or a way to use a localhost

    • @devpython8956
      @devpython8956 2 года назад

      Yeah. Just install Mysql Server and Mysql Workbench locally. In the settings.py file, replace the azure host by localhost

  • @Eninho20
    @Eninho20 2 года назад

    really good content man thx

  • @maxw5667
    @maxw5667 2 года назад

    How did you make the azure server?

  • @noelara4356
    @noelara4356 3 года назад

    ELEGANT!

  • @jarjarabrams6218
    @jarjarabrams6218 2 года назад +3

    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.

  • @malaithahachhaina9525
    @malaithahachhaina9525 2 года назад

    thank you for this tutorial

  • @egwuemijerryjude7287
    @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

  • @rahimihoussam4511
    @rahimihoussam4511 9 месяцев назад

    Great stuff. Thank you for the help