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
For Django projects using django-dotenv and calling dotenv.read_dotenv() from manage.py, installing this library will break manage.py due to a namespace conflict between django-dotenv and python-dotenv (a dependency that this library will install). I know this isn't a Django-specific library and that it would be outside of scope to try to resolve this issue, but might at least be worth a warning in the README.
The text was updated successfully, but these errors were encountered:
For Django projects using django-dotenv and calling
dotenv.read_dotenv()
from manage.py, installing this library will break manage.py due to a namespace conflict between django-dotenv and python-dotenv (a dependency that this library will install). I know this isn't a Django-specific library and that it would be outside of scope to try to resolve this issue, but might at least be worth a warning in the README.The text was updated successfully, but these errors were encountered: