Refactor music video model and views: rename user to owner, add title field, and implement music management in group detail view
This commit is contained in:
parent
8ed39c78b8
commit
4e28311b1c
11 changed files with 272 additions and 8 deletions
|
@ -6,6 +6,7 @@ readme = "README.md"
|
|||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"django>=5.2.3",
|
||||
"requests>=2.32.4",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue