Closed juyaolongpaul closed 6 years ago
This exists only in local deployment since the static files are served locally by Django, but they are served remotely using the web server. This is solved a small section of code in urls.py
from here.
There is no commit since this does not affect dev or prod version of the database since they are served remotely.
When I tried to finish deploying the database locally, it looks like this:
The reason is that the static file path is not set up properly, and Django cannot find a series of CSS files. This problem will be resolved this soon.