Static files are not loaded generating pdf from html when application run in ASGI layer #1847
Answered
by
carltongibson
tanvir0ahmmed
asked this question in
Help!
-
Beta Was this translation helpful? Give feedback.
Answered by
carltongibson
May 23, 2022
Replies: 1 comment
-
Hi @tanvir0ahmmed. Please don't double post. This could be related to #1722, but there's not really enough information to see. (Addressing #1722 properly is on the current TODO list.) Generally one doesn't have Django serve static files except in development: see How to Deploy Static Files | Django Documentation | Django |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tanvir0ahmmed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @tanvir0ahmmed. Please don't double post.
This could be related to #1722, but there's not really enough information to see. (Addressing #1722 properly is on the current TODO list.)
Generally one doesn't have Django serve static files except in development: see How to Deploy Static Files | Django Documentation | Django