4👍
✅
Make sure that you have line
from django.db import models
And that Django package is actually in your Python path as set in PyCharm.
Source:stackexchange.com
4👍
Make sure that you have line
from django.db import models
And that Django package is actually in your Python path as set in PyCharm.