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
Given I'm using environment variables to pass in the configuration I can not discern the issue from looking at the output, e.g. I don't know I have to provide a value in DJANGO_SECRET_KEY until looking into the code.
Would it be possible to provide more details, possibly the entire config for this field? I see there are title and description available, which could be helpful too:
SECRET_KEY
Error: field required (type=value_error.missing)
Title: Secret Key
Description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed suscipit, orci
nec facilisis tristique, nibh leo pretium mi, sed consequat nibh magna sit amet elit. Maecenas
tempus porta tellus eu feugiat. Phasellus eget vehicula libero. Donec eget augue
pellentesque, condimentum elit sed, lobortis est. Fusce eu risus placerat, mollis dolor at,
convallis mi.
Env: DJANGO_SECRET_KEY
The text was updated successfully, but these errors were encountered:
While I appreciate the usefulness of the request, I think it should be addressed to Pydantic directly as it is the thing which is performing the heavy-lifting of validation and prints the output you are referring to.
I receive the following failure output:
The
SECRET_KET
config looks as follows:Given I'm using environment variables to pass in the configuration I can not discern the issue from looking at the output, e.g. I don't know I have to provide a value in
DJANGO_SECRET_KEY
until looking into the code.Would it be possible to provide more details, possibly the entire config for this field? I see there are
title
anddescription
available, which could be helpful too:Possible solution:
The text was updated successfully, but these errors were encountered: