Skip to main content

Django Crud Views

Project description

Django CRUD Views

Tests Lint Coverage PyPI License Docs

Managing CRUD (Create, Read, Update, Delete) operations is a common requirement in Django applications. While Django’s class-based views provide flexibility, implementing CRUD functionality often involves repetitive code.

Django CRUD Views simplifies this process by offering reusable, customizable class-based views that streamline CRUD operations. This package helps developers write cleaner, more maintainable code while keeping full control over their views.

This documentation provides everything you need to get started, from installation to advanced customization. Whether you're building a small project or a large application, Django CRUD Views can help you work more efficiently.

Features

  • a collection of CrudViews for the same Django model whereas these views are aware of their sibling views
  • such a collection is called a ViewSet
  • linking to sibling views is easy, respecting Django's permission system
  • designed for HTML
  • built on top of Django's class-based generic views
  • and Django's permission system
  • uses these excellent packages:
  • ViewSets can be nested with deep URLs (multiple levels) if models are related via ForeignKey
  • CrudViews are predefined for CRUD operations: list, create, update, delete, detail, up/down
  • a ViewSet generates all urlpatterns for its CrudViews
  • Themes are pluggable, so you can easily customize the look and feel to your needs, includes themes
    • bootstrap5 with Bootstrap 5 (default)
    • plain no CSS, minimal HTML and JavaScript (install crud_views_plain to override)
  • Django system checks for configurations to fail early on startup

What it is not

  • a replacement for Django's admin interface
  • a complete page building system with navigations and lots of widgets

Current version

Current version: 0.3.3

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_crud_views-0.3.3.tar.gz (588.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_crud_views-0.3.3-py3-none-any.whl (108.6 kB view details)

Uploaded Python 3

File details

Details for the file django_crud_views-0.3.3.tar.gz.

File metadata

  • Download URL: django_crud_views-0.3.3.tar.gz
  • Upload date:
  • Size: 588.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for django_crud_views-0.3.3.tar.gz
Algorithm Hash digest
SHA256 c585419918d28f08f1c7dbc755c3e14dc5705c2224190405746fa499f9e23608
MD5 3aec2618e67b7ae84fad5d72b44db393
BLAKE2b-256 39184b0cf1a4e600c3374c0046bf42bea292bb997f63f51c9fc001e6c6c4f2ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for django_crud_views-0.3.3.tar.gz:

Publisher: publish.yml on jacob-consulting/django-crud-views

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file django_crud_views-0.3.3-py3-none-any.whl.

File metadata

File hashes

Hashes for django_crud_views-0.3.3-py3-none-any.whl
Algorithm Hash digest
SHA256 122e7d321a50b0c5f173e8616101e0c592bacbb840b6641cedff83745c08d4f8
MD5 a77e30c145308aa5dc35ec3326c7479f
BLAKE2b-256 9ab16850a4e96d5247d9c5c3b7b1c5190a74a8197a3c345fe7b45e3ecb9fa766

See more details on using hashes here.

Provenance

The following attestation bundles were made for django_crud_views-0.3.3-py3-none-any.whl:

Publisher: publish.yml on jacob-consulting/django-crud-views

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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