Django: how to bulk create users
Jun 8, 2022 · 1 min read · One task that I receive most often is to create a list of users in the app. The common way I'm using is to use Jupyter Notebook to clean the user list first and turn them into a python list. Then I use python manage.py shell_plus to write the users i...
Join discussion