Metadata-Version: 2.1
Name: django-datatables-serverside
Version: 1.0.0
Summary: A basic yet customisable django app for integration of DataTables.net plugin intoDjango 3 projects in the server-side mode.
Home-page: https://github.com/hanicinecm/django-datatables-serverside/
Author: Martin Hanicinec
Author-email: hanicinecm@gmail.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/hanicinecm/django-datatables-serverside/issues
Keywords: django datatables serverside ajax
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Provides-Extra: dev
License-File: LICENSE

|Test action| |Codecov| |GitHub license| |PyPI version| |PyPI pyversions| |Code style|

.. |Test action| image:: https://github.com/hanicinecm/django-datatables-serverside/workflows/tests/badge.svg
   :target: https://github.com/hanicinecm/django-datatables-serverside/actions
.. |Codecov| image:: https://codecov.io/gh/hanicinecm/django-datatables-serverside/branch/master/graph/badge.svg?token=J3LM21MMT7
   :target: https://codecov.io/gh/hanicinecm/django-datatables-serverside
.. |GitHub license| image:: https://img.shields.io/github/license/hanicinecm/django-datatables-serverside.svg
   :target: https://github.com/hanicinecm/django-datatables-serverside/blob/master/LICENSE
.. |PyPI version| image:: https://img.shields.io/pypi/v/django-datatables-serverside.svg
   :target: https://pypi.python.org/pypi/django-datatables-serverside/
.. |PyPI pyversions| image:: https://img.shields.io/pypi/pyversions/django-datatables-serverside.svg
   :target: https://pypi.python.org/pypi/django-datatables-serverside/
.. |Code style| image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black

************
Introduction
************

The ``django-datatables-serverside`` is a basic yet customisable django app for
integration of DataTables.net plugin into Django 3 projects in the server-side mode.


