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 = [
    ...
    '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.6.tar.gz (38.8 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.6-py3-none-any.whl (47.9 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for django_datashow-0.1.6.tar.gz
Algorithm Hash digest
SHA256 cfd6ccb1aa5b5132272f64dbfbde834d8872b7e7404fb1f9843babaedf319cc0
MD5 fd5cbe83785621b1874cba52763a88b9
BLAKE2b-256 e8d3986d87cb2ad654861466e2400d31de31a4509b8d6fe384108f3e67ff1908

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_datashow-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 4d540b08d7b2c406d6ae8998df0f14227c508a2285db1a9ae4d8a93d2e1b5d1c
MD5 2b5c89ad3e06fb1eaf9c9b5df4649617
BLAKE2b-256 fb4fa7fbac7118513c5bf45d200c2898a91d670eecf278b6c518890c491108f6

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