Prev: Management commands Next: Search Indexes
.

Models

Models for django-sphinxdoc.

class sphinxdoc.models.Document(*args, **kwargs)

Represents a JSON encoded Sphinx document. The attributes title and body dubicate the corresponding keys in content and are used for the Haystack search.

class sphinxdoc.models.Project(*args, **kwargs)

Represents a Sphinx project. Each Project has a name, a slug and a path to the root directory of a Sphinx project (where Sphinx’ conf.py) is located).

Prev: Management commands Next: Search Indexes
.
Last update: 2011-05-08 13:07 (CET)