Updated docs a little more.

This commit is contained in:
Jannis Leidel 2010-06-24 16:23:07 +02:00
parent ddd9d9b4fc
commit 9a60675e0b
2 changed files with 11 additions and 3 deletions

View file

@ -38,16 +38,16 @@ master_doc = 'index'
# General information about the project.
project = u'django-dbtemplates'
copyright = u'2009, Jannis Leidel'
copyright = u'2010, Jannis Leidel'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.6.2'
version = '0.7.0'
# The full version, including alpha/beta/rc tags.
release = '0.6.2'
release = '0.7.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View file

@ -146,6 +146,14 @@ Settings
A boolean, if enabled triggers the use of ``django-reversion``.
* ``DBTEMPLATES_MEDIA_PREFIX``
The URL prefix for ``dbtemplates``' media -- CSS and JavaScript used by
the CodeMirror based editor. Make sure to use a trailing
slash, and to have this be different from the ``MEDIA_URL`` setting
(since the same URL cannot be mapped onto two different sets of
files).
Caching
=======