VigyBag
VigyBag copied to clipboard
While cloning Got an error : SECRET_KEY NOT FOUND
while cloning the repo i installed the required libraries and faced this error for Django Contribution
Give a default secret key as a second argument
SECRET_KEY = config("SECRET_KEY", "your_default_key")
in settings.py
ok thanks
after changing showing this error . i have use the SECRET KEY in settings.py , now showing this error :
Can you show me the code?
On Fri, May 10, 2024, 23:21 Utkarsh gupta @.***> wrote:
after changing showing this error image.png (view on web) https://github.com/codervivek5/VigyBag/assets/122604770/fa45aa7a-8724-4c66-80cb-a16f9b1c68a4
— Reply to this email directly, view it on GitHub https://github.com/codervivek5/VigyBag/issues/988#issuecomment-2105027251, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZ7AVBCRAZGQUZNHRVXYX63ZBUCJJAVCNFSM6AAAAABHQYWNR2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBVGAZDOMRVGE . You are receiving this because you commented.Message ID: @.***>
Sure, here are the changes that i made
Maybe try setting an environment variable named SECRET_KEY
Sure, here are the changes that i made
is it working?
Not till yet
Have you tried the environment variable?
I have fixed this issue you try again
ok sir 👍