+ 1
How should I add static files to my Django project?
This is about Python web development using the Django framework
3 Respostas
+ 2
From the django documentation.
https://docs.djangoproject.com/en/3.1/howto/static-files/
+ 1
Thanks buddy
0
You will find the answer here: https://docs.djangoproject.com/en/3.1/howto/static-files/
Have a nice day!