Skip to content

Commit 63c38b3

Browse files
committed
Deploying to gh-pages from @ 8720fe4 🚀
1 parent 61bcfc9 commit 63c38b3

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

_sources/django-commands/configuration.rst.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ All Django commands must be executed by invoking :code:`python manage.py`, so fo
2626
| | | |
2727
| | | Example Invocation: :code:`python manage.py seed_data` |
2828
+---------------------+---------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
29+
| load_skill_data | None | This command loads default skills |
30+
| | | |
31+
| | | Example Invocation: :code:`python manage.py load_skill_data` |
32+
+---------------------+---------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2933
| summarize | None | The summary jobs are run by Celery every 10 mins, but we can force Django to summarize the current data and update the summary table with this command |
3034
| | | |
3135
| | | Example Invocation: :code:`python manage.py summarize` |

django-commands/configuration.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,13 @@ <h1>Django Commands<a class="headerlink" href="#django-commands" title="Link to
240240
<p>Example Invocation: <code class="code docutils literal notranslate"><span class="pre">python</span> <span class="pre">manage.py</span> <span class="pre">seed_data</span></code></p>
241241
</td>
242242
</tr>
243-
<tr class="row-odd"><td><p>summarize</p></td>
243+
<tr class="row-odd"><td><p>load_skill_data</p></td>
244+
<td><p>None</p></td>
245+
<td><p>This command loads default skills</p>
246+
<p>Example Invocation: <code class="code docutils literal notranslate"><span class="pre">python</span> <span class="pre">manage.py</span> <span class="pre">load_skill_data</span></code></p>
247+
</td>
248+
</tr>
249+
<tr class="row-even"><td><p>summarize</p></td>
244250
<td><p>None</p></td>
245251
<td><p>The summary jobs are run by Celery every 10 mins, but we can force Django to summarize the current data and update the summary table with this command</p>
246252
<p>Example Invocation: <code class="code docutils literal notranslate"><span class="pre">python</span> <span class="pre">manage.py</span> <span class="pre">summarize</span></code></p>

0 commit comments

Comments
 (0)