Implement wiki and parks plugin architecture: add initial app configurations, models, and update dependencies

This commit is contained in:
pacnpal
2025-02-22 20:55:00 -05:00
parent 02e4b82beb
commit 2faf0368cf
30 changed files with 2973 additions and 316 deletions

View File

@@ -58,4 +58,8 @@ dependencies = [
"pytest-playwright>=0.4.3",
"django-pghistory>=3.5.2",
"django-htmx-autocomplete>=1.0.5",
"wiki>=0.11.2",
"django-mptt>=0.16.0",
"django-nyt>=1.4.1",
"sorl-thumbnail>=12.11.0",
]