diff options
| author | eltronix <lt.eltronix@gmail.com> | 2016-05-12 17:41:53 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-05-12 20:26:33 -0400 |
| commit | 996cadfa5fbf96062037d1834cc8584fddf655ad (patch) | |
| tree | d2f75c952df3132d27bb7e383249aacab4ae1e8c /docs | |
| parent | f4bb2dce798eac1e5270265893b2472afd4540f8 (diff) | |
Prevented findstatic argument from appearing as multiple options.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/staticfiles.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/staticfiles.txt b/docs/ref/contrib/staticfiles.txt index 3e70d82f7e..5f2e5f909b 100644 --- a/docs/ref/contrib/staticfiles.txt +++ b/docs/ref/contrib/staticfiles.txt @@ -149,7 +149,7 @@ that class path inside your :setting:`INSTALLED_APPS` setting: ``findstatic`` -------------- -.. django-admin:: findstatic static file [static file ...] +.. django-admin:: findstatic staticfile [staticfile ...] Searches for one or more relative paths with the enabled finders. |
