Thursday, December 26, 2019

Re: How to access static files in views.py

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:

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 <guyrostan.nana@gmail.com>:
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 django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/8b8d6254-f0f4-4e2f-8b4d-1c4bde5dc050%40googlegroups.com.

--
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 django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAK4qSCfPY95xtPwcdy0hEpey76hogZSps4tnrq%2B-S35bVSRV0w%40mail.gmail.com.

No comments:

Post a Comment