diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/staticfiles.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/ref/contrib/staticfiles.txt b/docs/ref/contrib/staticfiles.txt index 2befe2d331..3eff2aabb4 100644 --- a/docs/ref/contrib/staticfiles.txt +++ b/docs/ref/contrib/staticfiles.txt @@ -103,9 +103,8 @@ setting. .. note:: - 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 + When using the :class:`AppDirectoriesFinder` finder, make sure your apps + can be found by staticfiles. Simply add the app to the :setting:`INSTALLED_APPS` setting of your site. Static file finders are currently considered a private interface, and this |
