Questions tagged [flask-admin]

Flask-Admin is an extension for the Flask framework. It can be used for building admin interfaces easily, with model scaffolding support for many existing python ORMs. Use this tag for questions related to this extension only, and not for general 'admin' functionalities in Flask.

Flask-Admin is an advanced, extensible and simple to use 'administrative interface building' extension for the Flask framework.

It comes with batteries included: model scaffolding for SQLAlchemy, MongoEngine, pymongo and Peewee ORMs, a simple file management interface and a lot of usage examples.

You are not limited by the default functionality - instead of providing simple scaffolding for the ORM models, Flask-Admin provides tools that can be used to construct administrative interfaces of any complexity, using a consistent look and feel.

Documentation: https://flask-admin.readthedocs.io/en/latest/

GitHub: https://github.com/flask-admin/flask-admin

Issue tracker: https://github.com/flask-admin/flask-admin/issues

692 questions
-1
votes
1 answer

Use flask admin to set config parameters

As title says, I have small web app, without using database and models. I'd like interface to change some of Flask own config parameters, and thought that flask-admin may bring me there quickly. Is this easily possible?
vlad
  • 771
  • 2
  • 10
  • 21
-1
votes
1 answer

Why am I unable to view my Flask-Admin pages on Heroku?

I have a Flask application that I am attempting to deploy onto Heroku. I have two problems that are stopping me from deploying. The first is that when I run the command heroku local. I am taken to my localhost:5000/ page in which everything looks…
Dan Rubio
  • 4,709
  • 10
  • 49
  • 106
1 2 3
46
47