Skip to content

Commit

Permalink
Merge pull request #123 from roushikk/patch-1
Browse files Browse the repository at this point in the history
Update link to Django docs
  • Loading branch information
palewire authored Feb 26, 2021
2 parents a16c003 + 273e28e commit 74ef0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ If the model hasn't been created in your database, that needs to happen.
How to import data
------------------

Here's how to create a script to import CSV data into the model. Our favorite way to do this is to write a `custom Django management command <https://docs.djangoproject.com/en/1.11/howto/custom-management-commands/>`_.
Here's how to create a script to import CSV data into the model. Our favorite way to do this is to write a `custom Django management command <https://docs.djangoproject.com/en/2.2/howto/custom-management-commands/>`_.

.. code-block:: python
:emphasize-lines: 1,8-14
Expand Down

0 comments on commit 74ef0f5

Please sign in to comment.