initial commit done , pre peoduction

This commit is contained in:
acidburnmonkey
2025-08-06 01:03:53 -04:00
commit aa8ae37799
18 changed files with 607 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
[project]
name = "mysite"
version = "0.1.0"
description = "Home page for acidarchon.com"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"django>=5.2.4",
"djangorestframework>=3.16.0",
"djangorestframework-types>=0.9.0",
"dotenv>=0.9.9",
"requests>=2.32.4",
]