/django-dynamic-fields

Django Dynamic Fields

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

django-dynamic-fields

This package provides some helpers to work with dynamic fields using django-hstore

Do you want to try it?

This repo contains an example project under the example folder, you need to edit the settings.py with your database details:

Open a terminal and introduce the following commands:

git clone https://github.com/iago1460/django-dynamic-fields
cd django-dynamic-fields/example
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
fab quickstart

Now that the server’s running (don't close the terminal), visit http://127.0.0.1:8000/

To access administrator site visit http://127.0.0.1:8000/admin/ using "admin/1234"

/example/screenshots/preview.png?raw=true