July 2019
Beginner to intermediate
302 pages
9h 38m
English
Modify the application created in the previous recipe to accommodate the changes to be done by the Flask-Login extension.
Before that, we have to install the extension itself with the following command:
$ pip3 install Flask-Login