inital commit

This commit is contained in:
2026-05-17 18:29:30 -05:00
parent b827236fe2
commit 7c1e18bd59
4683 changed files with 159402 additions and 1 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "demo-sites-builder"
version = "0.1.0"
description = "Django dashboard that generates client websites."
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"Django>=5.1,<6.0",
"requests>=2.32.0",
]