Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 448 Bytes

README.rst

File metadata and controls

21 lines (12 loc) · 448 Bytes

Example which shows how to integrate Flask MethodView with Flask-Admin.

To run this example:

  1. Clone the repository:

    git clone https://github.com/mrjoes/flask-admin.git
    cd flask-admin
  2. Create and activate a virtual environment:

    virtualenv env
    source env/bin/activate
  3. Install requirements:

    pip install -r 'examples/methodview/requirements.txt'
  4. Run the application:

    python examples/methodview/app.py