I'm using Django with Pycharm.
I started to use Pycharm Professional today, and Pycharm doesn't recognize my bootstrap.min.css file.
<link rel="stylesheet" href="{% static 'bootstrap/css/bootstrap.min.css' %}">
I actually have that file in my project folder, but It doesn't appear in Pycharm file tree.
Of course, I've set the static_dir, staticfiles_dirs, and static_root.
This never happened in Pycharm educational version.
thank you
I solved the problem. You need to change the Pycharm preference.
Preferences > Languages & Frameworks > Python Template Languages > Template language: Django