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.

Related questions

0 votes
asked Dec 23, 2022 in Python Flask by john ganales
0 votes
0 votes
asked Dec 23, 2022 in Python Flask by john ganales
...