We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 623603b commit 23637e7Copy full SHA for 23637e7
.readthedocs.yaml
@@ -9,7 +9,7 @@ version: 2
9
build:
10
os: ubuntu-22.04
11
tools:
12
- python: "3.8"
+ python: "3.12"
13
14
# Build documentation with Sphinx
15
sphinx:
pyproject.toml
@@ -3,7 +3,7 @@ build-backend = "poetry.core.masonry.api"
3
requires = [ "poetry-core" ]
4
5
[tool.poetry]
6
-name = "django_logging"
+name = "dj-logging"
7
version = "1.0.0"
8
description = "A package for logging in django applications"
authors = [ "ARYAN-NIKNEZHAD <aryan513966@gmail.com>", "MEHRSHAD-MIRSHEKARY <mehrshad_mirshekary@email.com>" ]
0 commit comments