3 | | 2. Parent template includes child template with {% include 'child.html' %} tag |
4 | | 3. Child template uses {% load static %} at the top and uses {% static 'missingfile.css' %} |
5 | | 4. Referenced static file does not exists (or is missing from .json manifest) |
| 3 | 2. Debug setting is False |
| 4 | 3. Parent template includes child template with {% include 'child.html' %} tag |
| 5 | 4. Child template uses {% load static %} at the top and uses {% static 'missingfile.css' %} |
| 6 | 5. Referenced static file does not exists (or is missing from .json manifest) |