Main problem: I have existing mySQL Database and website, how do I connect/synchronize both, that input or update from mySQL, can also result in website too
I did learn HTML, CSS but was required to find the way, instead input from <p> </p>
, need to find a way CRUD from mySQL, and result to website
after a day of research, python django
seems has the possiblity solve my problem, but all the tutorial is buttom up create an new website and new mySQL, I'm stock on connecting existing one (that the "mySQL Database" and "website")
, that how far I reach , therefore want to ask the export in here, thanks
environment: I’m using python, window and mySQL
-
the existing mySQL Database screenshot (MySQL Database, and using HeidiSQL )
the specific example:
if I update/change the context Nordic
as Nike
from mySQL, by success connect both, the website part the Nike can replace Nordic as new topic
update -
now I’m sure the “django” and “MySQL” is connected
that I craete the ‘TestModel’ and ‘TestModel_002’ from django, will also added in MySQL
conclude:
- “django” and “MySQL” is connected
- still not reach my original issue , insert/update data in “MySQL” can affect website
now the “django” and “MySQL” is connected, but I’m looking for insert/update data in "MySQL" can affect website
, seems im close, but what shall I do though?