Use PostgreSQL backend and add example table

This commit is contained in:
2024-10-18 11:48:59 +02:00
parent dea9befd24
commit 932b36c530
5 changed files with 110 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
django = "^5.1.2"
psycopg2-binary = "^2.9.10"
[build-system]