How to Install Django Using pipenv (2/27)

How to Install Django Using pipenv (2/27)

THETA 360 Developers

4 года назад

5,665 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@seanfrost639
@seanfrost639 - 03.10.2022 17:52

Straight to the point, excellent work!

Ответить
@RadTechDad
@RadTechDad - 12.09.2021 12:35

i'm able to install django and various modules through pipenv, however, once I run django-admin I start getting errors that you don't cover in the video. Such as:

"Note that only Django core commands are listed as settings are not properly configured (error: Requested setting INSTALLED_APPS, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.)

This didn't happen before when I installed django using virtualenv. Can you explain what's going on and how to fix it?

Ответить
@rejwanuddin9253
@rejwanuddin9253 - 25.12.2019 17:29

I tried to install pipenv by this ( $ python3 -m pip install pipenv) commend but it shows [You are using pip version 9.0.1, however version 19.3.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command.]

any suggestion?

Ответить
@rejwanuddin9253
@rejwanuddin9253 - 25.12.2019 17:25

Hi, Thanks for your video.

Ответить