Examples

Download

Type these commands in the terminal:

$ git clone https://github.com/ojso/flask-exts.git
$ cd flask-exts/examples
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install flask-exts

Run the examples

Type the command in the terminal, then go to http://localhost:5000.

simple

$ flask --app simple run

demo

Default admin user is admin, password is admin.

$ flask --app demo run