diff --git a/_sources/django-commands/configuration.rst.txt b/_sources/django-commands/configuration.rst.txt index 03d53e2f8f..d873646fbf 100644 --- a/_sources/django-commands/configuration.rst.txt +++ b/_sources/django-commands/configuration.rst.txt @@ -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` | diff --git a/django-commands/configuration.html b/django-commands/configuration.html index d2c43aa0a0..e956c8beef 100644 --- a/django-commands/configuration.html +++ b/django-commands/configuration.html @@ -240,7 +240,13 @@
summarize
load_skill_data
None
This command loads default skills
+Example Invocation: 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: python manage.py summarize