cmu-db / ottertune

The automatic DBMS configuration tool
Other
1.22k stars 311 forks source link

Website loads the basic version. No styling is in effect #332

Closed niteshme2 closed 4 years ago

niteshme2 commented 4 years ago

When i run the website it looks like very basic html and seems that styling is not getting applied. image

image

How can i correct this?

dvanaken commented 4 years ago

This happens if you run the website with DEBUG=False and have not set up the static files correctly. Please see the Django documentation: https://docs.djangoproject.com/en/3.0/howto/static-files/