Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 324 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 324 Bytes

flask-redis

Implementation of the Flask session interface using Redis as storage.

Dependencies

Use pipenv to install these dependencies before running flask run alongside redissesion.py in same folder

pipenv --python 3.7
pipenv shell
pipenv install
flask run

Log in at http://127.0.0.1:5000/login