syrusakbary / Flask-SuperAdmin

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

Allow multiple lazy initializations (fix #103) #115

Closed noirbizarre closed 10 years ago

noirbizarre commented 10 years ago

This PR allow multiple lazy initialization with init_app() allowing to use the factory pattern.