Flask Tabler
Admin dashboard generated by AppSeed in Flask on top of Tabler Dashboard.
Last updated
Was this helpful?
Admin dashboard generated by AppSeed in Flask on top of Tabler Dashboard.
Last updated
Was this helpful?
Tabler is a UI kit that speeds up the development process and makes it easier than ever! Built on the latest version of Bootstrap, it helps you create templates based on fully customizable and ready-to-use UI components, which can be used by both simple websites and sophisticated systems.
Features
Codebase -
UI Kit: Tabler design (free version)
DBMS: SQLite, PostgreSQL (production)
DB Tools: SQLAlchemy ORM, Flask-Migrate (schema migrations)
Modular design with Blueprints
Session-Based authentication (via flask_login), Forms validation
Deployment scripts: Docker, Gunicorn / Nginx, HEROKU
Links
- Product page
- Source code
- LIVE Demo
(Email and LIVE on Discord) for registered users.
Flask is a lightweight web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. Classified as a microframework, Flask is written in Python and it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions.
Tabler is a UI kit that speeds up the development process and makes it easier than ever! Built on the latest version of Bootstrap, it helps you create templates based on fully customizable and ready-to-use UI components, which can be used by both simple websites and sophisticated systems.
Read more about
- prepare your workstation for Flask
- start this Flask app in the local environment
- how the project files are organized
- how to configure this Flask application
- more information provided by AppSeed
- source code published on Github