A Django app for user defined fields
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django_user_defined_fields-0.0.21.tar.gz
.
File metadata
- Download URL: django_user_defined_fields-0.0.21.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.1 CPython/3.10.2 Darwin/21.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26372068089d7908fed8f3817d25595274f314850f7fb22cbfeb8991d415f056 |
|
MD5 | 3c42c95dac18d60e8b3ce78154ca4308 |
|
BLAKE2b-256 | 1eab8e393e75cdd2bbe8d5f8bc3c8f6ba7f281f379b0aa686ce578428955c074 |
File details
Details for the file django_user_defined_fields-0.0.21-py3-none-any.whl
.
File metadata
- Download URL: django_user_defined_fields-0.0.21-py3-none-any.whl
- Upload date:
- Size: 12.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.1 CPython/3.10.2 Darwin/21.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 208aec9468081d18c80dc4fa2d9e32eac77487bd1001b281fb3f11d84e66a785 |
|
MD5 | 7f678bed2c98f468feefb39759bf61e8 |
|
BLAKE2b-256 | 010aaf67428bcb0289991de6b2d6ce9c98abc04860788d6c521c1225df22b051 |