0

Refused to apply style from

http://127.0.0.1:8000/plugins/font-awesome-4.7.0/css/font-awesome.min.css'%20%7D

because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.

STATIC_URL = 'static/'

STATICFILES_DIRS = [os.path.join(BASE_DIR, 'static')]
STATIC_ROOT = os.path.join(BASE_DIR, 'assets')


MEDIA_URL = '/media/'
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
Yevhen Kuzmovych
  • 10,940
  • 7
  • 28
  • 48

0 Answers0