You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
when i am typing pip, it is listing some and saying
"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.)."
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
On 10/08/2019 2:03 pm, IRONMAN YT wrote:
> when i am typing pip, it is listing some and saying
>
> "_/*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.)*/_."
>
> What is it's solution?
Your command line needs an extra argument --settings=<path-to-settings>
where that might be worked out from ...