Skip to content

iago1460/django-dynamic-fields

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Django Dynamic Fields

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published