Profiles correspond to Django users. It should be easy enough to add support for custom user/profile avatars.
Requirements
- Avatars must at least have an option to be stored locally on host (local only is OK)
- Avatars must not be hardcoded
- Avatars must be assignable via admin panel
Note that there is no need to make avatars editable to users themselves, as non-editors cannot login (for now). Until that happens, only users deemed prominent by editors will receive custom avatars.
Profiles correspond to Django users. It should be easy enough to add support for custom user/profile avatars.
Requirements
Note that there is no need to make avatars editable to users themselves, as non-editors cannot login (for now). Until that happens, only users deemed prominent by editors will receive custom avatars.