📄️ Django
Complete guide for using superreload with Django.
📄️ Configuration
superreload is designed to work with zero configuration, but you can customize behavior if needed.
📄️ CSS Hot Reload
superreload can update CSS stylesheets without refreshing the entire page.
📄️ Error Overlay
When a Python reload error occurs, superreload displays a detailed error overlay in the browser.
📄️ Docker
Running superreload in Docker requires special configuration because Docker bind mounts don't propagate filesystem events (inotify) from the host to the container.
📄️ Limitations
Some Django components cannot be hot-reloaded and require a full server restart.