1
0
mirror of https://github.com/django/django.git synced 2024-12-29 12:36:08 +00:00
django/tests/staticfiles_tests/project/documents/staticfiles_v1.json
Florian Apolloner afa2e28205 Fixed #34235 -- Added ManifestFilesMixin.manifest_hash attribute.
This adds ManifestFilesMixin.manifest_hash attribute exposing a "hash"
of the full manifest. This allows applications to determine when their
static files have changed.
2023-01-02 09:53:52 +01:00

7 lines
70 B
JSON

{
"version": "1.0",
"paths": {
"dummy.txt": "dummy.txt"
}
}