mirror of https://github.com/django/django.git
Fixed a typo in the staticfiles docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14322 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
cfdad9ed86
commit
4674ef2781
|
@ -116,7 +116,7 @@ setting.
|
|||
|
||||
.. note::
|
||||
|
||||
When using the :class:AppDirectoriesFinder` finder, make sure your apps can
|
||||
When using the :class:`AppDirectoriesFinder` finder, make sure your apps can
|
||||
be found by Django's app loading mechanism. Simply include a ``models``
|
||||
module (an empty ``models.py`` file suffices) and add the app to the
|
||||
:setting:`INSTALLED_APPS` setting of your site.
|
||||
|
|
Loading…
Reference in New Issue