0 votes
in Python Flask by
How to create an Admin interface in Flask?

1 Answer

0 votes
by

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.

...