devtools: Document the --input option to collectstatic.

This commit is contained in:
Tim Abbott
2017-07-07 17:48:52 -07:00
parent 33e8edef98
commit dcc40c7035

View File

@@ -44,12 +44,12 @@
</tr>
<tr>
<td><a href="/static/html/404.html">/static/html/404.html</a></td>
<td><code>./manage.py collectstatic</code></td>
<td><code>./manage.py collectstatic --noinput</code></td>
<td>Error 404 page served by nginx</td>
</tr>
<tr>
<td><a href="/static/html/5xx.html">/static/html/5xx.html</a></td>
<td><code>./manage.py collectstatic</code></td>
<td><code>./manage.py collectstatic --noinput</code></td>
<td>Error 5xx page served by nginx</td>
</tr>
<tr>