mirror of
https://github.com/django/django.git
synced 2024-12-25 02:26:12 +00:00
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::
|
.. 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``
|
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
|
module (an empty ``models.py`` file suffices) and add the app to the
|
||||||
:setting:`INSTALLED_APPS` setting of your site.
|
:setting:`INSTALLED_APPS` setting of your site.
|
||||||
|
Loading…
Reference in New Issue
Block a user