You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regarding this session (Create a .env file on ecom folder (/ecom/.env) setting all requirements without using space after "=". Copy and paste on our .env file:)
what kind of value I have to set? Is it possible to set nothing?
I think because of 1. I got error when run below command.
$ python manage.py makemigrations
error: django.core.exceptions.ImproperlyConfigured: Set the NOTIFY_EMAIL environment variable
The text was updated successfully, but these errors were encountered:
When run pip install -r requirements.txt I got
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
So going to try install xcode-select --install and will see results also
Need to create an virtual environment wrapper by using the command--> $mk virtualenv
and then work on that environment make easy to migrate all your work changes.
Could you please answer me below questions?
Regarding this session (Create a .env file on ecom folder (/ecom/.env) setting all requirements without using space after "=". Copy and paste on our .env file:)
what kind of value I have to set? Is it possible to set nothing?
I think because of 1. I got error when run below command.
$ python manage.py makemigrations
error: django.core.exceptions.ImproperlyConfigured: Set the NOTIFY_EMAIL environment variable
The text was updated successfully, but these errors were encountered: