Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (11 loc) · 381 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 381 Bytes

Flask-Security Example

  1. Clone repo:

    $ git clone git://github.com/mattupstate/flask-security-example.git

  2. Change directory:

    $ cd flask-security-example

  3. Install dependencies:

    $ pip install -r requirements.text

  4. Copy the example email config and edit the values:

    $ cp config/email.py.example config/email.py

  5. Start the app:

    $ python app.py