This package provides some helpers to work with dynamic fields using django-hstore
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"