Commit 452700a0 authored by Michal Čihař's avatar Michal Čihař

Fix command for dumping user data

parent cea6f94e
......@@ -110,7 +110,7 @@ You can dump users from existing Django installation using:
.. code-block:: bash
./manage.py ./manage.py dumpdata > users.json
./manage.py dumpdata auth.User > users.json
list_ignored_checks
-------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment