Skip to content

Commit

Permalink
#1626 fix watchman status messages (#1636)
Browse files Browse the repository at this point in the history
  • Loading branch information
pushyamig authored Feb 4, 2025
1 parent 706113a commit aac6ca7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dashboard/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ def apply_env_overrides(env: Dict[str, Any], environ: os._Environ) -> Dict[str,
"staticfiles": {
"BACKEND": 'whitenoise.storage.CompressedManifestStaticFilesStorage',
},
'default': {
'BACKEND': 'django.core.files.storage.InMemoryStorage',
}
}
CONTEXT_PROCESSORS = [
'django.contrib.auth.context_processors.auth',
Expand Down

0 comments on commit aac6ca7

Please sign in to comment.