资 源 简 介
NOTE : this library somehow works, but it is not maintained, unfinished, very inefficient, not packaged properly and not Django-ish ...
Documentation-index
Quick-start
Some snippets
Introduction
Say I have a bookcase, with nice books on it... And I want to create a "bookcase" application with my favorite framework.
That"s my model
```
from django.db import models
class Book (models.Model):
title = models.CharField(max_length=100)
genre = models.CharField(max_length=100)
```
I would like to calculate some