django-nonrel / djangotoolbox

Django tools for building nonrel backends
BSD 3-Clause "New" or "Revised" License
200 stars 125 forks source link

Please add documentation #51

Open thedrow opened 10 years ago

thedrow commented 10 years ago

This code has absolutely no API documentation and it's not that easy to understand what needs to be done in order to implement a non relational backend.

aburgel commented 10 years ago

Agreed that docs would be nice. This is on the more advanced side of things. You're better off reading the code because you need a good understanding of it and of django's ORM as well.