altcomp/dev/: django-table-0.1.2 metadata and description

Simple index

django-table library

author_email Altcomp <it@altcomp.pl>
classifiers
  • Framework :: Django
  • Programming Language :: Python :: 3
  • Operating System :: OS Independent
description_content_type text/markdown
license_expression MIT
requires_dist
  • Django<6.0,>=4.2
  • djangorestframework>=3.15
  • django-filter<26.0,>=25.1
  • djangorestframework-camel-case<2.0,>=1.4.2
  • pytest>=8.4.2
  • pytest>=8.4.2; extra == "dev"
  • pytest-django<5.0,>=4.11; extra == "dev"
  • types-PyYAML>=6.0; extra == "typing"
requires_python >=3.10

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
django_table-0.1.2-py3-none-any.whl
Size
13 KB
Type
Python Wheel
Python
3
django_table-0.1.2.tar.gz
Size
8 KB
Type
Source

django-table

A lightweight Django app for persisting and retrieving per-user table configurations. It stores user preferences (like visible columns, order, sorting, and page size) in the database and provides a simple interface to load and apply them across views, so user settings are remembered between sessions.

Use cases:

Models (overview):

Developing

# Running tests
# ------------------------
python manage.py test