django-eav2/README.md
2018-06-04 13:09:38 +02:00

25 lines
1.4 KiB
Markdown

[![Build Status](https://travis-ci.org/makimo/django-eav2.svg?branch=master)](https://travis-ci.org/makimo/django-eav2)
[![Coverage Status](https://coveralls.io/repos/github/makimo/django-eav2/badge.svg?branch=master)](https://coveralls.io/github/makimo/django-eav2?branch=master)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/159540d899bd41bb860f0ce996427e1f)](https://www.codacy.com/app/IwoHerka/django-eav2?utm_source=github.com&utm_medium=referral&utm_content=makimo/django-eav2&utm_campaign=Badge_Grade)
[![Maintainability](https://api.codeclimate.com/v1/badges/b90eacf7a90db4b58f13/maintainability)](https://codeclimate.com/github/makimo/django-eav2/maintainability)
[![Requirements Status](https://requires.io/github/makimo/django-eav2/requirements.svg?branch=master)](https://requires.io/github/makimo/django-eav2/requirements/?branch=master)
### Django EAV 2 - Entity-Attribute-Value storage for Django
#### Introduction
Django EAV 2 is a fork of django-eav (which itself was derived from eav-django).
This project aims to:
- add Python 3 support
- add Django 1.11 and 2.0 support
- modernize and clean-up the codebase
- drop Django <1.11 dependencies
- remove dependency on Sites framework
- fix unresolved issues
- update documentation (Sphinx + ReadTheDocs)
- create exhaustive (and automated) tests
- add new features
(For now) our progress can be tracked through issues. Feel free
to join the discussion.