diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-14 16:37:33 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-14 16:37:33 +0100 |
commit | e7e57126b90208dadb39b2d4b67864a690cd81f4 (patch) | |
tree | 0be4170641c72a1e5be80f3f82d4060fea95bcf8 /pyproject.toml | |
parent | e768f221ffbdd5f75c3818169dd5eefdd702e635 (diff) |
Adds bootstrap, rids us of the CDN and better styling on detail page
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 1 |
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/*" ] |