diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2011-05-19 02:51:39 +0000 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2011-05-19 02:51:39 +0000 |
| commit | 770b91ca7bef42c29481320b4276ad7f38bdf87f (patch) | |
| tree | 1ceac49c79179a0d1efa0074e3fdc9cce7e0f81b /docs | |
| parent | d12ac6d048e52a253f0efd5bad94377807f3343c (diff) | |
[1.3.X] Fixed small typos in staticfiles howto document.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16244 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/howto/static-files.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/howto/static-files.txt b/docs/howto/static-files.txt index 2851d070cc..215b927f6f 100644 --- a/docs/howto/static-files.txt +++ b/docs/howto/static-files.txt @@ -44,7 +44,7 @@ Basic usage Your project will probably also have static assets that aren't tied to a particular app. The :setting:`STATICFILES_DIRS` setting is a tuple of - filesystem directories to check when loading static files. Iv's a search + filesystem directories to check when loading static files. It's a search path that is by default empty. See the :setting:`STATICFILES_DIRS` docs how to extend this list of additional paths. @@ -59,7 +59,7 @@ Basic usage :ref:`staticfiles_urlpatterns<staticfiles-development>` to your URLconf, you're done with the setup -- your static files will automatically be served at the default (for - :djadmin:`newly created<startproject>` projectq) :setting:`STATIC_URL` + :djadmin:`newly created<startproject>` projects) :setting:`STATIC_URL` of ``/static/``. 3. You'll probably need to refer to these files in your templates. The |
