Skip to content

feat: [dev] create dummy users #586

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

rohan-chaturvedi
Copy link
Member

๐Ÿ” Overview

Adds a management command to easily create dummy users and associate them with an org. This helps with development and testing code that requires multiple users to exist in an org.

๐Ÿ–ผ๏ธ Screenshots or Demo

python manage.py create_dummy_users --count 1 --org "Starlink" --domain "example.com"
Created 1 dummy users and added them to 'Starlink'.

๐Ÿ’š Did You...

  • Ensure linting passes (code style checks)?
  • Update dependencies and lockfiles (if required)
    - [ ] Update migrations (if required)
    - [ ] Regenerate graphql schema and types (if required)
  • Verify the app builds locally?
  • Manually test the changes on different browsers/devices?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant