Primary Authors
@wesleykendall (Wes Kendall)
Django wrappers for python-args functions.
django-args is the Django wrapper on python-args.
python-args provides the ability to decorate functions with validators, context, and default value processors. django-args takes this a step further, allowing any function decorated with python-args to seamlessly integrate with Django form views and form wizards.
For example, djarg.views.FormView automatically constructs a Django FormView on a python function and maps the form fields to the function arguments. Assuming the function is wrapped with arg.validators, django-args will seamlessly bind the validators to the form. This same concept is extended to bulk views and form views offered by django-args.
Along with this, django-args also helps eliminate the burden of passing around variables from views to forms for doing simple initializations (choice fields, etc) and other boilerplate that can become difficult to follow as a project grows.
Check out the docs for more information on how you can use django-args for your project.
Install django-args with:
pip3 install django-args
After this, add djarg to the INSTALLED_APPS setting of your Django project.
For information on setting up django-args for development and contributing changes, view CONTRIBUTING.rst.
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3923f1dde13b853095af979fdb8d6f9816387bfb44df4959ea6850d02ee55e0 |
|
MD5 | 82ed611f4d63551f5862f47400461bd0 |
|
BLAKE2b-256 | 7e9c2a6c9c181b2036d484ec95acf6c83ef4d37d506716d80d3bad88d0980ed7 |