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
The approach of ollamate should mirror analytical-platform-ui wherever possible.
The purpose of this ticket is to align the approach taken when consuming environment variables locally.
At the moment ollamate uses django-environ==0.11.2 but ui uses python-dotenv==1.0.1.
Definition of Done
Convert ollamate to use python-dotenv==1.0.1 as the UI uses
The text was updated successfully, but these errors were encountered:
Purpose
The approach of ollamate should mirror analytical-platform-ui wherever possible.
The purpose of this ticket is to align the approach taken when consuming environment variables locally.
At the moment ollamate uses
django-environ==0.11.2
but ui usespython-dotenv==1.0.1
.Definition of Done
python-dotenv==1.0.1
as the UI usesThe text was updated successfully, but these errors were encountered: