Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration in a FlaskApp in /admin #135

Open
gferreux opened this issue Dec 12, 2014 · 1 comment
Open

Integration in a FlaskApp in /admin #135

gferreux opened this issue Dec 12, 2014 · 1 comment

Comments

@gferreux
Copy link

Is it possible to integrate Flask-SuperAdmin in an exiting FlaskApp on a specific route '/admin' without running 2 app.run ? Thanks

@wojcikstefan
Copy link
Contributor

wojcikstefan commented Apr 26, 2016

Yes, it is. You simply need to initialize your admin this way: admin = Admin(app=app, url='/admin') where app is your FlaskApp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants