[Django]-PyCharm Django error

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.

👤vartec

Leave a comment