JAI VIGNESH J
JAI VIGNESH J
can i work on this issue?
I would like work on this as well!!
Give a default secret key as a second argument `SECRET_KEY = config("SECRET_KEY", "your_default_key")` in settings.py
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) > > >...
Maybe try setting an environment variable named SECRET_KEY
Have you tried the environment variable?
I acknowledge my oversight, I will try to follow that next time. I will be adding the tests asap
Could you please clarify where I should write these tests, like in test_page_model.py or test_edit_handlers.py or some other file? Additionally, what aspects should I focus on when writing tests? For...
Ok, Thank you for the tips!!
I am working on this