8 Python Flask CRUD Application Updating Data In Mysql

preview_player
Показать описание
Check our website:

Please Subscribe The Channel, This is our eight video in python flask creating a crud web application in this video we are going to cover how you can update data from mysql database and adding that to your web application

pip install flask
pip install flask-mysql

Download The Source Code From Github

Download Wamp Server

Download Pycharm IDE Comunity Edition

Download Python 3.6

Dow You Want Learn More In Python Than Watch These Playlists

Tkinter Application Development Playlist

Complete Video Tutorial For PyQt5 Application Development

Pyglet Tutorial For Multimedia Applications And Game Development

Python Opengl Programming With Pyopengl

Python For Data Science Playlist

Pyqt5 And Qt Designer Making Rich Text Editor

Developign QtQuick C++ Applications
Рекомендации по теме
Комментарии
Автор

I fixed one of my errors by referring to your video🤞🏻

SL_Beauty.withHiruni
Автор

How to create dropdown as display data based on dropdown in table form along with approve/reject option against one of the dropdown menu @Parwiz Forogh

sandeepal
Автор

Hey i need your help. When I use Bootstrap modals, I always get the values of the first entry in the database when i click on edit button for any entry. When I'm not using Bootstrap, I always get the original values from the row. Can you help me?

DevanshuMevada
Автор

1054, "Unknown column 'id' in 'where clause'") how do i fix this error

renzmarrionperez
Автор

Did the exact same thing as you. My DB does not update (commit not working)

CroitoruOscarMirel
Автор

<div id="modaledit{{row.0}}" class="modal fade" role="dialog">

If I put row.0, the dialog box doesnt show. If I remove it, when I edit each row it just shows the 1st entry as the value. Can you help me figure out what I am missing?

zero_
Автор

server could not understand keyerror:id

rupshabasu
Автор

<div id="modaledit{{row.0}}" class="modal fade" role="dialog">


Where does the div end? I tried:


<div id="modaledit{{row.0}}" class="modal fade" role="dialog">
</div>


I also get this error:


'row' is undefined


Can you help me solve this problem?

PPPPPPPPPPPPPPxk
Автор

your videos were so helping but in this one, it is not redirecting to another link nor updating the table.
I've written python code in JS section.
, maybe I'm a noob, can you help me. and yes, I've picked up your code from Git.

deadshot