Files
SysAdmin Agent 7c7bd73404
Some checks failed
CI/CD Pipeline / test (push) Has been cancelled
CI/CD Pipeline / deploy (push) Has been cancelled
Code Quality / quality (push) Has been cancelled
Add vendor static files for Vorlagen editor (jQuery, Summernote)
These are required for the WYSIWYG template editor to work.
Without them, Summernote doesn't load and the preview button is non-functional.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-21 09:28:12 +00:00
..

Static Files Directory

This directory contains static files for the Django application.

Structure:

  • css/ - Custom CSS files
  • js/ - Custom JavaScript files
  • img/ - Image assets
  • fonts/ - Font files

Static files are collected to staticfiles/ directory during deployment via python manage.py collectstatic.