hackforla / hackforla/peopledepot
ER: missing static resource in dev environment
- Dominant language
- Python
- Stars
- 14
- Forks
- 37
- Avg merge
- 9d 15h
- Merged PRs (30d)
- 5
Description
### Emergent Requirement - the backend needs something to host static files
### Issue you discovered this emergent requirement in
- https://github.com/hackforla/peopledepot/issues/330#issuecomment-2645969180
### Date discovered 2025-02-08
### Did you have to do something temporarily
- [ ] YES
- [x] NO
### Who was involved
@ale210
@fyliu
### What happens if this is not addressed
Log will contain messages about missing resource files.
Admin site won't have styling. See [this link](https://peopledepot-dev.vrms.io/admin/login/?next=/admin/).
### Resources
- search for "whitenoise django"
### Recommended Action Items
- [ ] Make a new issue
- [ ] Discuss with team
- [ ] Let a Team Lead know
### Potential solutions [draft]
- either install whitenoise or configure a reverse proxy like nginx
Contributor guide
Assessment
This issue has not been assessed yet.