Skip to main content

Auxiliary Django forms for semi-automatic CRUD for dash-devextreme components

Project description

django-dash-ddx-catalog

GitHub Actions PyPI PyPI - Python Version framework - Django PyPI - Django Version PyPI - License

Auxiliary Django forms for semi-automatic CRUD for dash-devextreme components

Installation

$ pip install django-dash-ddx-catalog

Usage

from dash_ddx_catalog.forms import DashDDXForm, DashDDXModelForm

from django import forms

from .models import MyModel


class SimpleForm(DashDDXForm):
    name = forms.CharField(label='Label name', max_length=255)
    ...


class SimpleModelForm(DashDDXModelForm):
    name = forms.CharField(label='Label name', max_length=255)
    ...
    
    class Meta:
        model = MyModel

License

MIT

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-dash-ddx-catalog-0.1.3.tar.gz (8.0 kB view details)

Uploaded Source

Built Distribution

django_dash_ddx_catalog-0.1.3-py3-none-any.whl (8.7 kB view details)

Uploaded Python 3

File details

Details for the file django-dash-ddx-catalog-0.1.3.tar.gz.

File metadata

  • Download URL: django-dash-ddx-catalog-0.1.3.tar.gz
  • Upload date:
  • Size: 8.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for django-dash-ddx-catalog-0.1.3.tar.gz
Algorithm Hash digest
SHA256 87d45be30cba31e20d3b60fe5d8b1e6ad18cc7a6e09ec6e857d5f0c36978ddd5
MD5 bf393b3ebef59cbb39d9e5e31851bd02
BLAKE2b-256 f38ef8e0c7048ff09be6630f88a53f524b9aee9e547a8680e4be3578e64f4371

See more details on using hashes here.

File details

Details for the file django_dash_ddx_catalog-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: django_dash_ddx_catalog-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 8.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for django_dash_ddx_catalog-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 6aca88d5f7ca022be71bff8886b6c8aa0413fe863de724b8f01b4a014221966a
MD5 6a3cbb4e1706a5f705524fd6fcf0f2da
BLAKE2b-256 b770d73f6f493fc2f6375773c3eab388c4a2855b58009bb8fb3a335782ee015d

See more details on using hashes here.

Supported by

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