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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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