django-dash-ddx-catalog
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
Release files for django-dash-ddx-catalog 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-dash-ddx-catalog-0.1.3.tar.gz | 8.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_dash_ddx_catalog-0.1.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 16.7 kB
Release files / django-dash-ddx-catalog-0.1.3.tar.gz
| Download URL | django-dash-ddx-catalog-0.1.3.tar.gz |
|---|---|
| Size | 8.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
87d45be30cba31e20d3b60fe5d8b1e6ad18cc7a6e09ec6e857d5f0c36978ddd5
|
|
BLAKE2b-256 checksum How to use checksums |
f38ef8e0c7048ff09be6630f88a53f524b9aee9e547a8680e4be3578e64f4371
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / django_dash_ddx_catalog-0.1.3-py3-none-any.whl
| Download URL | django_dash_ddx_catalog-0.1.3-py3-none-any.whl |
|---|---|
| Size | 8.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6aca88d5f7ca022be71bff8886b6c8aa0413fe863de724b8f01b4a014221966a
|
|
BLAKE2b-256 checksum How to use checksums |
b770d73f6f493fc2f6375773c3eab388c4a2855b58009bb8fb3a335782ee015d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|