dev-tools: Add comma to use of "e.g." in populate_db description.

This commit is contained in:
Lauryn Menard 2024-07-04 15:15:47 +02:00 committed by Tim Abbott
parent 3410584094
commit 77d1d5cbe1
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@
<h2>Useful management commands</h2>
<p>Development-specific <a href="https://zulip.readthedocs.io/en/latest/production/management-commands.html">management commands</a> live in <code>zilencer/management/commands</code>. Highlights include:
<ul>
<li><code>./manage.py populate_db</code>: Rebuilds database. Has options to e.g. create 3K users for testing.</li>
<li><code>./manage.py populate_db</code>: Rebuilds database. Has options to e.g., create 3K users for testing.</li>
<li><code>./manage.py mark_all_messages_unread</code>: Useful for testing reading messages.</li>
<li><code>./manage.py create_realm</code>: Add a new realm. Useful for testing onboarding.</li>
<li><code>./manage.py create_user</code>: Add a new user. Useful for testing onboarding.</li>