adebaumann
966cd46228
Add management command to clear diagram cache
...
Usage:
python manage.py clear_diagram_cache
python manage.py clear_diagram_cache --type plantuml
2025-10-23 22:05:36 +00:00
adebaumann
1ee9b3c46f
Add commands package
2025-10-23 22:05:26 +00:00
adebaumann
8f57f5fc5b
Add management module
2025-10-23 22:05:21 +00:00
adebaumann
cd7195b3aa
Update diagram rendering to use POST with caching
...
- Replace URL-encoded GET approach with POST requests
- Use local filesystem cache for generated diagrams
- Add error handling with fallback message
- Serve diagrams from MEDIA_URL instead of proxy
2025-10-23 22:05:13 +00:00
adebaumann
7859fd2847
Various changes for test-deployment
2025-09-23 13:26:07 +02:00
adebaumann
12c3181ad2
All files for deployment ready and tested - further development in this repo.
2025-09-22 10:42:52 +02:00