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)