Tabler UI theme for Flask-Admin
Project description
flask-admin-tabler
A Tabler UI theme for Flask-Admin.
Installation
pip install flask-admin-tabler
Usage
Call theme.init_app(app) before creating the Admin instance so that the
Tabler templates are registered with higher priority than Flask-Admin's default
Bootstrap ones.
from flask import Flask
from flask_admin import Admin
from flask_admin_tabler import TablerTheme
app = Flask(__name__)
app.config["SECRET_KEY"] = "change-me"
theme = TablerTheme()
theme.init_app(app) # must come before Admin(app, ...)
admin = Admin(app, name="My App", theme=theme)
That's it - navigating to /admin/ will now render the Tabler UI instead of
the default Bootswatch theme.
A fully runnable example (including a SQLAlchemy model and sample data) is
available in examples/quickstart.py:
pip install flask-admin-tabler flask-sqlalchemy
python examples/quickstart.py
# open http://127.0.0.1:5000/admin/
How it works
TablerTheme.init_app(app) registers a Flask blueprint named
flask_admin_tabler that:
- Templates - exposes
flask_admin_tabler/templates/tabler/as a template folder. Because this blueprint is registered before Flask-Admin's admin blueprint, Flask resolvesadmin/base.html(and all other admin templates) from here first. - Static files - serves the small amount of theme-specific CSS (e.g.
admin/css/tabler/admin.css) at/static/flask_admin_tabler/.
Tabler's core CSS and JS are loaded from the jsDelivr CDN - no local copies needed.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file flask_admin_tabler-2026.2.2.tar.gz.
File metadata
- Download URL: flask_admin_tabler-2026.2.2.tar.gz
- Upload date:
- Size: 21.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14e1bd4691604105ee98d279352a9ead74e68729fd55514ea7b89986aa296e1c
|
|
| MD5 |
d93dba0aa6180a654ccb09945edf4637
|
|
| BLAKE2b-256 |
82ecaab38b6fd002e4c2d9f5973d6677b6b6011b11452086492c8f52e88eaa41
|
Provenance
The following attestation bundles were made for flask_admin_tabler-2026.2.2.tar.gz:
Publisher:
new_release.yml on mariofix/flask-admin-tablerui
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
flask_admin_tabler-2026.2.2.tar.gz -
Subject digest:
14e1bd4691604105ee98d279352a9ead74e68729fd55514ea7b89986aa296e1c - Sigstore transparency entry: 977910745
- Sigstore integration time:
-
Permalink:
mariofix/flask-admin-tablerui@ae5b060b99c7ca9d6c3db8187be36f128014aa39 -
Branch / Tag:
refs/tags/v2026.2.2 - Owner: https://github.com/mariofix
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
new_release.yml@ae5b060b99c7ca9d6c3db8187be36f128014aa39 -
Trigger Event:
release
-
Statement type:
File details
Details for the file flask_admin_tabler-2026.2.2-py3-none-any.whl.
File metadata
- Download URL: flask_admin_tabler-2026.2.2-py3-none-any.whl
- Upload date:
- Size: 27.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
408215dfb4f256867c34d0441251a39d81e04bc8a572f8152cf80243695c3498
|
|
| MD5 |
cb58882d7c3205d0cbb8e48a58e93496
|
|
| BLAKE2b-256 |
6b1985453291328dea67add40fcc957831e477183d9d820ce196af3f710bac0c
|
Provenance
The following attestation bundles were made for flask_admin_tabler-2026.2.2-py3-none-any.whl:
Publisher:
new_release.yml on mariofix/flask-admin-tablerui
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
flask_admin_tabler-2026.2.2-py3-none-any.whl -
Subject digest:
408215dfb4f256867c34d0441251a39d81e04bc8a572f8152cf80243695c3498 - Sigstore transparency entry: 977910813
- Sigstore integration time:
-
Permalink:
mariofix/flask-admin-tablerui@ae5b060b99c7ca9d6c3db8187be36f128014aa39 -
Branch / Tag:
refs/tags/v2026.2.2 - Owner: https://github.com/mariofix
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
new_release.yml@ae5b060b99c7ca9d6c3db8187be36f128014aa39 -
Trigger Event:
release
-
Statement type: