diff options
| author | Karen Tracey <kmtracey@gmail.com> | 2008-11-02 20:53:47 +0000 |
|---|---|---|
| committer | Karen Tracey <kmtracey@gmail.com> | 2008-11-02 20:53:47 +0000 |
| commit | 55943c09757c32c4c5ad7bc8a275df0cbbce172e (patch) | |
| tree | b27c687b8d8a85be4e461d782d8c2829c69a8407 /docs/ref/contrib | |
| parent | f1eb098d96bd43de03e94163449d49d598f953e1 (diff) | |
[1.0.X] Fixed #9497 - Doc typos. Many thanks ramiro.
[9330] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9331 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/contrib')
| -rw-r--r-- | docs/ref/contrib/databrowse.txt | 2 | ||||
| -rw-r--r-- | docs/ref/contrib/sites.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/databrowse.txt b/docs/ref/contrib/databrowse.txt index c4da2fe929..d3536d150c 100644 --- a/docs/ref/contrib/databrowse.txt +++ b/docs/ref/contrib/databrowse.txt @@ -35,7 +35,7 @@ How to use Databrowse more. * Otherwise, determine the full filesystem path to the - `:file:`django/contrib/databrowse/templates` directory, and add that + :file:`django/contrib/databrowse/templates` directory, and add that directory to your :setting:`TEMPLATE_DIRS` setting. 2. Register a number of models with the Databrowse site:: diff --git a/docs/ref/contrib/sites.txt b/docs/ref/contrib/sites.txt index 28c8f4d73a..91a98c4ae4 100644 --- a/docs/ref/contrib/sites.txt +++ b/docs/ref/contrib/sites.txt @@ -207,7 +207,7 @@ In this case, you'd have to create :file:`subject.txt` and :file:`message.txt` t files for both the LJWorld.com and Lawrence.com template directories. That gives you more flexibility, but it's also more complex. -It's a good idea to exploit the :class:`~django.contrib.sites.models.Site`` +It's a good idea to exploit the :class:`~django.contrib.sites.models.Site` objects as much as possible, to remove unneeded complexity and redundancy. Getting the current domain for full URLs |
