Google News
logo
Flask - Interview Questions
How to create an Admin interface in Flask?
We can create an Admin interface in Flask using the Flask-Admin extension. It helps in grouping individual views together in classes. We can use the Flask-Appbuilder extension too. Flask-Appbuilder already comes with an Admin interface.
Advertisement