Skip to content

Commit

Permalink
added mimetype html
Browse files Browse the repository at this point in the history
  • Loading branch information
hardik-kapadia committed Sep 4, 2022
1 parent 30faf27 commit e3f44ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stonks/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

import mimetypes
mimetypes.add_type("text/css", ".css", True)
mimetypes.add_type("text/html", ".html", True)
mimetypes.add_type("text/html", ".css", True)

# Build paths inside the project like this: BASE_DIR / 'subdir'.
BASE_DIR = Path(__file__).resolve().parent.parent
Expand Down

0 comments on commit e3f44ab

Please sign in to comment.