django-datastore

Generic data store for Django Rest framework


Licenses
MIT/Sendmail
Install
pip install django-datastore==0.1.3.5

Documentation

Build Status codecov PyPi version

Django Datastore

Django application to either :

  • store unstructured data in JSON format with permission handling
  • store files for models through a generic foreign key

All of that can be handled with a REST API thanks to Django REST Framework.