syrusakbary / Flask-SuperAdmin

The best admin interface framework for Flask. With scaffolding for MongoEngine, Django and SQLAlchemy.
Other
643 stars 134 forks source link

fix example code in Reamde #143

Open fallenhitokiri opened 8 years ago

fallenhitokiri commented 8 years ago

It looks like there is no Admin.setup_app and it does not seem to be required for Flask-SuperAdmin to actually work.

The model import also seems to be unused.