-
Users
- Profiles
- Base: Model and functionality common to all users.
- Manager:
- Generated when registering directly at the main website.
- Manages workspaces and all related components.
- Members:
- Team members for specific projects.
- Profiles
-
Workspaces
- Each user has a personal workspace as starting point.
- Users can create or join* existing projects from their workspaces.
- Profiles
- Include Django admin docs
- User creation to trigger default profile creation.
- FIX extra profiles creation for user from admin area
- [ ]
- Include Django debug toolbar
# install pip-check if not yet installed
pip install pip-check
# check package versions from time to time
pip-check
pip install <package> --upgrade