I have Pycharm.2016.2.3
, I use Django 1.9.4
and Python 3.5.1
.
The problem: Pycharm works good until today, but today he show only forms.py
like a file text.
Note: forms.py
is a Python File
with extention *.py
but rest of Python File
it's shows good. The code works good, the imports works, but when I try to import something from forms.py
pycharm don't autocmplete.
PS I have this problem in all pycharm project, and the default files from Django
with forms
is shows like text file.