You can't use the same tags for loading the staticfiles and the static
method. However you should be able to load the file via:
https://stackoverflow.com/a/43295624

But the next question is what is it you want to achieve? Why do you need to
load the static file in the view itself?

Regards,

Andréas


Den ons 25 dec. 2019 kl 13:32 skrev Guy NANA <[email protected]>:

> I want to access static files in views.py but it doesn't work when I use
> {% load static %} and {% static relative_path %} in the same way like in a
> template.
>
> --
> 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/8b8d6254-f0f4-4e2f-8b4d-1c4bde5dc050%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/8b8d6254-f0f4-4e2f-8b4d-1c4bde5dc050%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/CAK4qSCfPY95xtPwcdy0hEpey76hogZSps4tnrq%2B-S35bVSRV0w%40mail.gmail.com.

Reply via email to