Skip to content

A very simple variant of the Flask tutorial to show and edit a single table.

Notifications You must be signed in to change notification settings

adrische/flask-webtable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-webtable

A very simple variant of the Flask tutorial to show and edit a single table.

This is mainly for my own reference.

Known limitations:

  • CSS not properly refactored
  • not installable as a package
  • no tests

Screenshot

Screenshot of flaskt-webtable showing a simple HTML table with two entries

How to run

Windows CMD

cd flask-webtable
(first time: py -3 -m venv venv)
venv\Scripts\activate
(first time: pip install Flask)
set FLASK_APP=flaskwebtable
set FLASK_ENV=development
(first time: flask init-db)
flask run

About

A very simple variant of the Flask tutorial to show and edit a single table.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published