I\'m creating a few users by default in my fixtures/initial_data.json so as to have some testing \"subjects.\" The problem I\'m experiencing is password generation.
fixtures/initial_data.json
Dump Users information from DataBase:
$ python manage.py dumpdata auth.User --indent 4 > users.json
Import / load data especific JSON fixture:
$ python manage.py loaddata users.json