tried this buddy yet it is not working Regards Chander Shekhar (bestcsp)
On Thu, Jul 30, 2020 at 6:11 PM Irfan Khan <[email protected]> wrote: > {% static 'imag.jpg' %} instead of this try > > {% static “images/imag.png” %} > > On Thu, 30 Jul 2020 at 6:07 PM, Chander shekhar <[email protected]> > wrote: > >> I am unable to fetch images from css file . >> I have used {% load static %} >> {% static 'imag.jpg' %} >> buti can't fetch.console is saying image not found. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/554cbaf1-3b94-40b4-a0f1-efe0bd3f24ceo%40googlegroups.com >> <https://groups.google.com/d/msgid/django-users/554cbaf1-3b94-40b4-a0f1-efe0bd3f24ceo%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CALKGVio%3DAsCafgcd-zfjBb2of-RWbPaTwwGjf7sXbjstgFdM6Q%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CALKGVio%3DAsCafgcd-zfjBb2of-RWbPaTwwGjf7sXbjstgFdM6Q%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAAmOWVzFDcPk9xtEnETSHoHiRWECy5YDxeWfd_ciZ16jW6Xs-A%40mail.gmail.com.

