Skip to main content

Present your datasets on your django site

Project description

django-datashow

A Django app to show SQLite datasets as tables with configurable features:

  • column value formatting
  • column sorting
  • column facets and filters
  • searching via SQLite's FTS5
  • pagination
  • exporting to CSV
  • row-level detail view.

This app is designed for read-only (or rarely updated) datasets that you want to publish on the web and where you control and trust the content.

Installation

pip install django-datashow

Add datashow to your INSTALLED_APPS in settings.py:

INSTALLED_APPS = [
    ...
    "django.contrib.auth",
    "django.contrib.contenttypes",
    "django.contrib.sessions",
    "django.contrib.humanize",  # for number formatting
    ...

    'datashow',

    ...
]

Hook up the datashow URLs in your project's urls.py:

from django.urls import path, include

urlpatterns = [
    ...
    path('data/', include('datashow.urls')),
    ...
]

Settings

You can configure the following settings in your settings.py:

  • DATASHOW_DB_CACHE_PATH: Path to the SQLite database cache directory. If not set, uses a temporary directory. When the SQLite file needs to be read, it gets copied from your MEDIA storage to this cache path. A new dataset version invalidates the cache.
  • DATASHOW_STORAGE_BACKEND: The Django storage backend name to use for storing the SQLite files. Default is "default".

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_datashow-0.1.8.tar.gz (39.5 kB view details)

Uploaded Source

Built Distribution

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

django_datashow-0.1.8-py3-none-any.whl (49.2 kB view details)

Uploaded Python 3

File details

Details for the file django_datashow-0.1.8.tar.gz.

File metadata

  • Download URL: django_datashow-0.1.8.tar.gz
  • Upload date:
  • Size: 39.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.6.3

File hashes

Hashes for django_datashow-0.1.8.tar.gz
Algorithm Hash digest
SHA256 fb5e70b6ae5fcc420efdf7f88119a668e32de4445d91c81c3c4f3ec875f78510
MD5 1060c67d52eeba5e12121b90e6f8862a
BLAKE2b-256 27058c07c567bc939d540d565830d06b21417de8ec2ba76567350c7a3bba6ec6

See more details on using hashes here.

File details

Details for the file django_datashow-0.1.8-py3-none-any.whl.

File metadata

File hashes

Hashes for django_datashow-0.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 a16478849a8b97b1202dcc6b49c3d6cd1707945b1665cf4e708394181c809d4c
MD5 aa1e6c857128ff5a7b063941b9fc85f9
BLAKE2b-256 c077bf12390c35be2256d256348cff2a6549db807c73860fe97336e29dde822f

See more details on using hashes here.

Supported by

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