GeekHaven / GeekHaven/Forum-Backend
Create Profile model
Open
Medium
- Dominant language
- Python
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Create a model named `Profile` in the accounts app.
Fields: `About` (Multi-line text field).
It should have a many-to-one relationship with the `User` model (provided by django). Also register the model on the admin site.
Contributor guide
Assessment
This issue has not been assessed yet.