РР
Size: a a a
РР
DT
РР
AK
РР
РР
РР
DT
Д
AK
РР
AK
Д
РР
РР
U
django-admin runserverпишет
django.core.exceptions.ImproperlyConfigured: Requested setting DEBUG, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.вот и стою на асфальте в лыжах, перегуглил, почитал, не смог найти рабочего решения.
testproj
├── manage.py
├── myNewApp
│ ├── __init__.py
│ ├── __pycache__
│ │ ├── __init__.cpython-37.pyc
│ │ ├── admin.cpython-37.pyc
│ │ └── models.cpython-37.pyc
│ ├── admin.py
│ ├── apps.py
│ ├── migrations
│ │ └── __init__.py
│ ├── models.py
│ ├── tests.py
│ └── views.py
└── testproj
├── __init__.py
├── __pycache__
│ ├── __init__.cpython-37.pyc
│ └── settings.cpython-37.pyc
├── asgi.py
├── settings.py
├── urls.py
└── wsgi.py
РР
AK
РР
Д