Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@ Data import

DJANGO_DEV=1 python manage.py import --all

It is not required to run all the importers . To quickly get started with some data run :
::

DJANGO_DEV=1 python manage.py import rust ruby

If you want to run the import periodically, you can use a systemd timer:

::
Expand Down