Add /api/notes to get and post notes
This commit is contained in:
@@ -6,4 +6,11 @@ readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"django>=5.2.8",
|
||||
"djangorestframework>=3.16.1",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"django-stubs>=5.2.8",
|
||||
"ipdb>=0.13.13",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user