What things you need to install
You need to install Django v3.0.8 and Pillow
A step by step series of examples that tell you how to get a development env running
- Install with
pip
pip install django==3.0.8
pip install pillow
- User
- Can register to WeMeet.
- Can manage profile.
- Can create or join boards (using code).
- Accept or reject board invitations.
- Board Admin
- Can manage board and board members’ permissions and role.
- Can create posts and polls.
- Can invite members to board.
- Board Member
- Can view posts and comment on them.
- Can participate in polls.
- Can leave board.
- Can check the result of polls.
- Permissions
- All the features of the board are based on permission(s).
- If any member has permission(s) only then he or she can perform a particular task.