Open camilonova opened 3 years ago
Added STATICFILES_STORAGE to fix ValueError raised when a file is not at the manifest file.
As seen here https://docs.djangoproject.com/en/3.2/ref/contrib/staticfiles/#django.contrib.staticfiles.storage.ManifestStaticFilesStorage.manifest_strict
You hit this error when compiling takes some time.
Added STATICFILES_STORAGE to fix ValueError raised when a file is not at the manifest file.
As seen here https://docs.djangoproject.com/en/3.2/ref/contrib/staticfiles/#django.contrib.staticfiles.storage.ManifestStaticFilesStorage.manifest_strict
You hit this error when compiling takes some time.