Skip to content

Use Whitenoise when enabled to serve static

Bucknell, Mary S. requested to merge mbucknell/waterdataui:replace_fa into main

Before making a pull request

  • Run all linters (make lint)
  • Run all tests (make test)
  • Update the changelog appropriately - no update needed as change is to how we run locally

Description

Removed the local static server in favor of using WhiteNoise to serve the static from the web server. I also fixed some of the views test which were not mocking all of the service requests

After making a pull request

  • If appropriate, put the link to the PR in the JIRA ticket
  • Assign someone to review unless the change is trivial
Edited by Bucknell, Mary S.

Merge request reports