Reusable Django theme app using Tabler (Bootstrap 5) with templates, components, and helpers.
Project description
django-tabler-theme
A reusable Django theme app using Tabler (Bootstrap 5) with templates, components, and helpers.
Features
- Django templates based on Tabler UI kit
- Bootstrap 5 integration
- Reusable components and template tags
- Easy integration with Django projects
Installation
pip install django-tabler-theme
Quick Start
- Add
tabler_themeto yourINSTALLED_APPS:
INSTALLED_APPS = [
...
'tabler_theme',
...
]
- Include the theme's context processor in your
TEMPLATESsetting:
TEMPLATES = [
{
...
'OPTIONS': {
'context_processors': [
...
'django_tabler_theme.context_processors.tabler_theme',
...
],
},
},
]
Development
- Clone the repository
- Create a virtual environment
- Install development dependencies:
pip install -e .[dev] - Run tests:
pytest
License
MIT License
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
django_tabler_theme-0.1.0.tar.gz
(23.1 kB
view details)
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 django_tabler_theme-0.1.0.tar.gz.
File metadata
- Download URL: django_tabler_theme-0.1.0.tar.gz
- Upload date:
- Size: 23.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38d52b6d492a5b994e1d8d724bc63d927fa48533684afd58c8ed4f34cd3e562f
|
|
| MD5 |
ea9f5adc241240558e7074a0c647c366
|
|
| BLAKE2b-256 |
3d48275e7cb6a4127d340dedc60cb1b35c1436755129ea37f6966a62adbf282b
|
File details
Details for the file django_tabler_theme-0.1.0-py3-none-any.whl.
File metadata
- Download URL: django_tabler_theme-0.1.0-py3-none-any.whl
- Upload date:
- Size: 25.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef3291a68820fa33fb02352dd59ecb572468953e757a00a6d807beab3fa20219
|
|
| MD5 |
757cc646e2e7c28e85a72a2f78531815
|
|
| BLAKE2b-256 |
6eeb2784cef77f4dc59c47d035d2d523628bf8d619f1cabf98a0e85dc7bd8567
|