https://github.com/shalakhin/django-dynamic-fields
leverage JSONField and PostgreSQL jsonb to provide full-featured Django db.models functionality
https://github.com/shalakhin/django-dynamic-fields
Last synced: 3 months ago
JSON representation
leverage JSONField and PostgreSQL jsonb to provide full-featured Django db.models functionality
- Host: GitHub
- URL: https://github.com/shalakhin/django-dynamic-fields
- Owner: shalakhin
- License: mit
- Created: 2016-11-02T13:52:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-03T08:44:21.000Z (over 8 years ago)
- Last Synced: 2025-01-12T22:16:25.499Z (5 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# django-dynamic-fields
leverage JSONField and PostgreSQL jsonb to provide full-featured Django db.models functionality# Requirements
* Django 1.9+ (here only JSONField is added)
* PostgreSQL ≥ 9.4
* Psycopg2 ≥ 2.5.4# Installation
```
pip install django-dynamic-fields
```# Usage
TBD