Skip to content

munners17/python3-mysql-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python3-mysql-example

Using Flask on Python 3 with MySQL

This demo shows an example "list" and "detail" page which are very common in web applications. The pages read from a table in a MySQL database. This will need a created database and table with data in order to function. Look at the mysql-test.py for MySQL database config and queries in order to configure the db and table schema properly.

About

Using Flask on Python 3 with MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 57.4%
  • Python 42.6%