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 Flask-Admin clashes #155

Closed wojcikstefan closed 8 years ago

wojcikstefan commented 8 years ago

Having Flask-Superadmin and Flask-Admin live side by side is impossible without these changes due to clashes in the endpoint name and the template folder. This PR fixes it.

wojcikstefan commented 8 years ago

Sorry, wrong repo