Metadata-Version: 2.1
Name: django-ktdatatable-view
Version: 1.6.0
Summary: Django KTDatatable View
Home-page: https://gitlab.com/longbowou/django-ktdatatable-view
Author: Longbowou
Author-email: blandedaniel@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://gitlab.com/longbowou/django-ktdatatable-view/-/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Django KTDatatable View

This package is used in conjunction with
the [KTDatatable](https://keenthemes.com/metronic/?page=docs&section=html/components/datatable), and supports
state-saving detection. The package consists of a class-based view, and a small collection of utilities for rendering
table data from [Django](https://www.djangoproject.com/) models.

Dependencies:

* [Python](https://www.python.org/) >= 3.6
* [Django](https://www.djangoproject.com/) >= 2.2

# Getting Started

Install the package:

```bash
pip install django-ktdatatable-view
```

