Dayo Oguntoyinbo

Results 2 comments of Dayo Oguntoyinbo

Found this somewhere. And it does the magic. Add this in your code. ```python import mimetypes mimetypes.add_type('application/javascript', '.js') mimetypes.add_type('text/css', '.css') ```

Add the code snippet to the beginning of the body of your code to resolve the issue. I can't remember the source. But it solved my problem when I had...