Skip to content

Commit

Permalink
Deploying to gh-pages from @ 8720fe4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshhari committed Dec 7, 2023
1 parent 61bcfc9 commit 63c38b3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions _sources/django-commands/configuration.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ All Django commands must be executed by invoking :code:`python manage.py`, so fo
| | | |
| | | Example Invocation: :code:`python manage.py seed_data` |
+---------------------+---------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| load_skill_data | None | This command loads default skills |
| | | |
| | | Example Invocation: :code:`python manage.py load_skill_data` |
+---------------------+---------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 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 |
| | | |
| | | Example Invocation: :code:`python manage.py summarize` |
Expand Down
8 changes: 7 additions & 1 deletion django-commands/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,13 @@ <h1>Django Commands<a class="headerlink" href="#django-commands" title="Link to
<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>
</td>
</tr>
<tr class="row-odd"><td><p>summarize</p></td>
<tr class="row-odd"><td><p>load_skill_data</p></td>
<td><p>None</p></td>
<td><p>This command loads default skills</p>
<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>
</td>
</tr>
<tr class="row-even"><td><p>summarize</p></td>
<td><p>None</p></td>
<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>
<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>
Expand Down
Loading

0 comments on commit 63c38b3

Please sign in to comment.