Hi in linux console it's ok but in Pycharm in IPython console when I execute f.e. from django.contrib.auth.models import AbstractUser i have bug like below
django.core.exceptions.ImproperlyConfigured: Requested setting CACHES, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.
In Run Configuration in environment paramets I have DJANGO_SETTINGS_MODULE with mysite.settings, wsgi and manage also have this info, where can I check it else...