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>
Static Files Directory
This directory contains static files for the Django application.
Structure:
css/- Custom CSS filesjs/- Custom JavaScript filesimg/- Image assetsfonts/- Font files
Static files are collected to staticfiles/ directory during deployment via python manage.py collectstatic.