Add /api/notes to get and post notes

This commit is contained in:
2025-12-07 15:11:49 +05:30
parent af343796d1
commit df595e4f19
10 changed files with 583 additions and 2 deletions

View File

@@ -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",
]