Re: can someone help me why my static files is not being rendered?

2023-06-16 Thread Aspersh Upadhyay
ure first. If every is in order, >>> confirm if whitenoise is installed, and been added to your MiddleWare. >>> >>> On Thu, Jun 15, 2023, 14:33 Aspersh Upadhyay >>> wrote: >>> >>>> my settings.py >>>> >>>>

can someone help me why my static files is not being rendered?

2023-06-15 Thread Aspersh Upadhyay
my settings.py STATIC_URL = 'static/' STATICFILES_DIR = [ BASE_DIR / "static" ] Template where I am trying to load static files {% extends 'base.html' %} {% load static %} {% block title %} Issue With Django static files {%endblock title %} {% block body %}