mattupstate / flask-security-example

Example applications for Flask-Security

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example applications for Flask-Security


Languages

Language:Python 100.0%