Skip to main content

Easily create actions and various interfaces around them.

Project description

django-action-framework (daf) provides the ability to generate a number of diverse interfaces from a single action definition. What is an action? It’s a function. By writing a function and providing a few hints about the characteristics of your function, you can:

  1. Generate a form view from the function with proper form validation.

  2. Generate an update view on a model object that is passed to the function.

  3. Generate a bulk update view on multiple objects. These objects can be parametrized over a function expecting one object, meaning your detail and bulk views share the same code when desired.

  4. Generate wizard views to collect function arguments over multiple steps, even if the steps are conditional.

  5. Natively integrate these views into the Django admin as model, detail, or bulk actions.

  6. Generate Django Rest Framework actions on your viewsets.

daf removes the boilerplate and cognitive overhead of maintaining validation logic, view logic, and update logic spread across Django views, models, admin interfaces, API endpoints, and other locations in a Django project. daf allows the engineer to focus on writing one clear and easily-testable piece of business logic while treating complex UI and APIs as an extension of the function rather than a piece of intertwined code.

For examples and a full tutorial of how to use django-action-framework, check out the docs.

Documentation

View the django-action-framework docs here.

Installation

Install django-action-framework with:

pip3 install django-action-framework

After this, add daf to the INSTALLED_APPS setting of your Django project.

Contributing Guide

For information on setting up django-action-framework for development and contributing changes, view CONTRIBUTING.rst.

Primary Authors

  • @wesleykendall (Wes Kendall)

  • @romansul (Roman Sul)

  • @chang-brian (Brian Chang)

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-action-framework-1.3.1.tar.gz (31.1 kB view details)

Uploaded Source

Built Distribution

django_action_framework-1.3.1-py3-none-any.whl (41.8 kB view details)

Uploaded Python 3

File details

Details for the file django-action-framework-1.3.1.tar.gz.

File metadata

  • Download URL: django-action-framework-1.3.1.tar.gz
  • Upload date:
  • Size: 31.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.10 CPython/3.8.2 Linux/4.15.0-1077-aws

File hashes

Hashes for django-action-framework-1.3.1.tar.gz
Algorithm Hash digest
SHA256 613a7516dca368b514b069b09c2da40a1ba6c5422d41c379d17dda3d297d838f
MD5 7edef33901fcad66879a5e37f5ad5814
BLAKE2b-256 3f278c9d55e537bc371638085a505330da494a27d6661789fffe30abda74f816

See more details on using hashes here.

Provenance

File details

Details for the file django_action_framework-1.3.1-py3-none-any.whl.

File metadata

File hashes

Hashes for django_action_framework-1.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9d9fe837910b71bd429f335a01b59fd03c1f7da40e5feab30ab0646a139fcc08
MD5 dfeca9421b1262411e6d3351e0242a0b
BLAKE2b-256 784eb262b0656c0ef11bda21fdc76e7d209e84ca1a2e15850ec8c855cc77885c

See more details on using hashes here.

Provenance

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