Skip to main content

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

  1. Add tabler_theme to your INSTALLED_APPS:
INSTALLED_APPS = [
    ...
    'tabler_theme',
    ...
]
  1. Include the theme's context processor in your TEMPLATES setting:
TEMPLATES = [
    {
        ...
        'OPTIONS': {
            'context_processors': [
                ...
                'django_tabler_theme.context_processors.tabler_theme',
                ...
            ],
        },
    },
]

Development

  1. Clone the repository
  2. Create a virtual environment
  3. Install development dependencies: pip install -e .[dev]
  4. Run tests: pytest

License

MIT License

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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_tabler_theme-0.1.0-py3-none-any.whl (25.5 kB view details)

Uploaded Python 3

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

Hashes for django_tabler_theme-0.1.0.tar.gz
Algorithm Hash digest
SHA256 38d52b6d492a5b994e1d8d724bc63d927fa48533684afd58c8ed4f34cd3e562f
MD5 ea9f5adc241240558e7074a0c647c366
BLAKE2b-256 3d48275e7cb6a4127d340dedc60cb1b35c1436755129ea37f6966a62adbf282b

See more details on using hashes here.

File details

Details for the file django_tabler_theme-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for django_tabler_theme-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ef3291a68820fa33fb02352dd59ecb572468953e757a00a6d807beab3fa20219
MD5 757cc646e2e7c28e85a72a2f78531815
BLAKE2b-256 6eeb2784cef77f4dc59c47d035d2d523628bf8d619f1cabf98a0e85dc7bd8567

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.0 This release

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page