Improved Model Admin views, student adds user for login

This commit is contained in:
2025-11-11 22:18:39 +01:00
parent 637d109a91
commit ea33bef9cd
10 changed files with 363 additions and 115 deletions

View File

@@ -1,7 +1,7 @@
[tool.poetry]
name = "techdb"
version = "0.1.0"
description = "CantorAit Tech Organized Parts Storage"
description = "CantorAir Tech Organized Parts Storage"
authors = ["Emanuele <ema.trabattoni@gmail.com>"]
readme = "README.md"
@@ -10,6 +10,8 @@ python = "^3.12"
django = "^5.1.2"
psycopg2-binary = "^2.9.10"
django-nested-admin = "^4.1.1"
django-durationwidget = "^1.0.5"
django-import-export = "^4.3.13"
[build-system]