mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-05-19 13:01:10 +00:00
Updated docs a little more.
This commit is contained in:
parent
ddd9d9b4fc
commit
9a60675e0b
2 changed files with 11 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
=======
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue