ELVIS-Project / elvis-database

:musical_score: ELVIS Database Web Application
15 stars 5 forks source link

Missing style files in the local deployment #259

Closed juyaolongpaul closed 6 years ago

juyaolongpaul commented 6 years ago

When I tried to finish deploying the database locally, it looks like this: default

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.

juyaolongpaul commented 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.