The source project of this merge request has been removed.
Add createfixtures command to manage.py to create fake user profiles
Example usage:
./manage.py createfixtures -u 3
This will create 3 fake users with usernames, email addresses, profile photos and other miscellaneous information .
Related to #45 (closed)
Merge request reports
Activity
Added 1 commit:
- 577df646 - Now using github.com/azaghal/pydenticon for identicons.
Added 1 commit:
- 44f55a47 - Remove unused LICENCE file
Added 1 commit:
- c9cd91d9 - Fix PEP8 checks, and fix some typos
Added 1 commit:
- 1a1be774 - Remove unused identicon.py file
Added 1 commit:
- 72fb4885 - Add full last name to fake users
Please register or sign in to reply