django-user-defined-fields
Django Used Defined Fields is a simple way to allow your users to add extra fields to your models, based on JSONField.
Installation
Standard pip install:
pip install django-user-defined-fields
Quickstart
from userdefinedfields.models import ExtraFieldsJSONField
class Example(models.Model):
extra_fields = ExtraFieldsJSONField()
Tests
Run tests in example directory with python manage.py test library
Settings
USERDEFINEDFIELDS_INPUT_CLASSES = 'd-none' # hide the textarea if you're using a frontend solution
Release files for django-user-defined-fields 0.0.24
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_user_defined_fields-0.0.24.tar.gz | 7.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_user_defined_fields-0.0.24-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 19.4 kB
Release files / django_user_defined_fields-0.0.24.tar.gz
| Download URL | django_user_defined_fields-0.0.24.tar.gz |
|---|---|
| Size | 7.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4d9aad6711fc98c0bdbc5161ae2e325c3d98f003147ffcf2cd602a5a32a94b66
|
|
BLAKE2b-256 checksum How to use checksums |
261aecfef730b43e7f10ff5f89651bd8b0f5834c5947aad20cae31394cb4e0d5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.1.1 CPython/3.12.1 Darwin/25.2.0
|
Release files / django_user_defined_fields-0.0.24-py3-none-any.whl
| Download URL | django_user_defined_fields-0.0.24-py3-none-any.whl |
|---|---|
| Size | 11.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
66d767145380a867586156b27994cc2270b1c8a92615b4e6bbdf80d4570beeba
|
|
BLAKE2b-256 checksum How to use checksums |
054e0768083bda7e04808e8fa2b2cd18c108c98aac66f557ecc351bf57890bda
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.1.1 CPython/3.12.1 Darwin/25.2.0
|