Admin sends a messagae on account creation

This commit is contained in:
Chris Proctor
2024-05-20 10:02:16 -04:00
parent 0ff6bb784a
commit 7d988186a0
4 changed files with 27 additions and 6 deletions

View File

@@ -4,7 +4,6 @@ version = "0.1.0"
description = ""
authors = ["Chris Proctor <chris@chrisproctor.net>"]
readme = "README.md"
packages = [{include = "lab_subrosa"}]
[tool.poetry.dependencies]
python = "^3.10"
@@ -12,7 +11,6 @@ django-banjo = "^0.5.1"
cryptography = "^42.0.7"
requests = "^2.31.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"