> For the complete documentation index, see [llms.txt](https://appseed.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://appseed.gitbook.io/docs/products/django-dashboards/tabler.md).

# Django Tabler

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 - [Django Dashboard Boilerplate](/docs/boilerplate-code/django-dashboard.md)
* UI Kit: Tabler Dashboard (free version)
* SQLite Database, Django Native ORM
* Session-Based Authentication, Forms validation
* Deployment scripts: Docker, Gunicorn/Nginx

> Links

* [Tabler Django](https://appseed.us/admin-dashboards/django-dashboard-tabler) - product page
* [Tabler Django](https://github.com/app-generator/django-dashboard-tabler) - source code
* [Tabler Django](https://django-dashboard-tabler.appseed.us/) - LIVE Demo

> [Support](https://appseed.us/support) (Email and LIVE on Discord) for **registered** [**AppSeed**](https://appseed.us/) **users**.

###

### What is Django

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source.

> Read more about [Django Framework](/docs/content/what-is/django.md)

### How to use the App

* [Set up the environment](/docs/boilerplate-code/django-dashboard.md#environment-1) - prepare your workstation for **Django**
* [Compile the sources](/docs/boilerplate-code/django-dashboard.md#build-the-app-1) - start this **Django** app in the local environment
* [App Codebase](/docs/boilerplate-code/django-dashboard.md#app-codebase) - how the project files are organized

### Tabler UI Kit

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.

* [Tabler Dashboard](/docs/content/bootstrap-template/tabler.md) - more information provided by AppSeed
* [Tabler Dashboard](https://github.com/admin-dashboards/bootstrap-template-tabler) - source code published on Github

![Tabler Dashboard - Open-source Template.](/files/-MZvjaj43pcyDNk3IzkL)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://appseed.gitbook.io/docs/products/django-dashboards/tabler.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
