Answer the question
In order to leave comments, you need to log in
Django doesn't see the static folder in the project directory (where "settings.py" is). Why? And where is it generally better and more logical to create a static folder?
Django doesn't see the static folder if it's in the project directory (where the "settings.py" file is), but if you move it to where "manage.py" is or to the application folder, then everything works.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question