What is the right way to load initial users in Django 1.10?
When we talk about our own django app then it is recommended to have a /fixtures/initial_data.json (as mentioned here).
But in the case of User, where django.contrib.auth is not our app, where should we put the fixtures directory and how do we load it?
Thank you,
Rami