Skip to content

Commit b5fd140

Browse files
authored
HW_12 init (#10)
1 parent 60a0b2d commit b5fd140

File tree

3 files changed

+1362
-0
lines changed

3 files changed

+1362
-0
lines changed

homework_08/poetry.lock

Lines changed: 66 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

homework_08/pyproject.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[tool.poetry]
2+
name = "homework-08"
3+
version = "0.1.0"
4+
description = ""
5+
authors = ["Vladislav Kozlov <[email protected]>"]
6+
license = "MIT"
7+
readme = "README.md"
8+
9+
[tool.poetry.dependencies]
10+
python = "^3.12"
11+
django = "5"
12+
13+
14+
[build-system]
15+
requires = ["poetry-core"]
16+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)