Move the server code inside server dir

This commit is contained in:
2025-12-18 02:17:55 +05:30
parent 2d90a4017f
commit c84866210a
32 changed files with 1 additions and 1 deletions

20
server/pyproject.toml Normal file
View File

@@ -0,0 +1,20 @@
[project]
name = "appunti"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"django>=5.2.8",
"django-rest-knox>=5.0.2",
"djangorestframework>=3.16.1",
"gunicorn>=23.0.0",
]
[dependency-groups]
dev = [
"django-livereload-server>=0.5.1",
"django-stubs>=5.2.8",
"ipdb>=0.13.13",
"pre-commit>=4.5.0",
]