aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-05-14 16:37:33 +0100
committerMatthew Lemon <y@yulqen.org>2024-05-14 16:37:33 +0100
commite7e57126b90208dadb39b2d4b67864a690cd81f4 (patch)
tree0be4170641c72a1e5be80f3f82d4060fea95bcf8 /pyproject.toml
parente768f221ffbdd5f75c3818169dd5eefdd702e635 (diff)
Adds bootstrap, rids us of the CDN and better styling on detail page
Diffstat (limited to '')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 258cdbb..62246ce 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -76,6 +76,7 @@ exclude = [
"dist",
"node_modules",
"venv",
+ "bootstrap",
"*/migrations/*.py",
"staticfiles/*"
]