mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
devtools: Document the --input option to collectstatic.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user