Skip to content

Latest commit

 

History

History
 
 

methodview

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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

To run this example:

  1. Clone the repository:

    git clone https://github.com/flask-admin/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