aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-10-10 01:28:39 +0300
committerGravatar Hassan Abouelela <[email protected]>2021-10-10 01:28:39 +0300
commite9c4cdf56e2efd65786a4cf4aee0bb4e4e56bc95 (patch)
tree6c64590e814c3a55eacec9e7bdbb2a5deffc76ba /pyproject.toml
parentMerge pull request #603 from python-discord/decrease-batch-size-for-user-list... (diff)
Adds Django Distill To Project
Adds django-distill to dependencies, and lays the basic groundwork to start building static routes. Adds a poetry task to help with testing.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index d0beb632..2f1322e3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -21,6 +21,7 @@ sentry-sdk = "~=0.19"
markdown = "~=3.3.4"
python-frontmatter = "~=1.0"
django-prometheus = "~=2.1"
+django-distill = "~=2.9.0"
[tool.poetry.dev-dependencies]
coverage = "~=5.0"
@@ -53,3 +54,4 @@ test = "coverage run manage.py test"
report = "coverage report -m"
lint = "pre-commit run --all-files"
precommit = "pre-commit install"
+static = "python mange.py distill-local build --traceback --force"