You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While getting the docker site to work, I ran into an issue where the static files were showing on the docker site and in the functional tests, but not when I ran the site using django's server locally. It turned out that the issue had to do with cached static files. It might be worth mentioning that clearing the cache can solve problems related to static files.
The text was updated successfully, but these errors were encountered:
While getting the docker site to work, I ran into an issue where the static files were showing on the docker site and in the functional tests, but not when I ran the site using django's server locally. It turned out that the issue had to do with cached static files. It might be worth mentioning that clearing the cache can solve problems related to static files.
The text was updated successfully, but these errors were encountered: