abhik-b / django-library-management

This is a Library Management Project created with django , razorpay & tailwind css . All the features & Logics & functionalities are explained in the readme
18 stars 16 forks source link

The SECRET_KEY setting must not be empty. #2

Open Kulkarni-dev opened 2 years ago

Kulkarni-dev commented 2 years ago

Capture

abhik-b commented 2 years ago

You have to set your own secret key . For that your need to create a .env file like .env.example in core folder & then fill the value of SECRET_KEY with something of your own. Hope this helps 🤞

Hackervenki commented 2 years ago

How do I do that?

abhik-b commented 2 years ago

create a .env file in core folder & then fill the value of SECRET_KEY with something of your own. For Example inside .env file : SECRET_KEY = 'K^N&oMS,>IghRhfLU{)LQNcl@/i*'!'

Read this article to learn more about working with env https://dev.to/earthcomfy/django-how-to-keep-secrets-safe-with-python-dotenv-5811

Hackervenki commented 2 years ago

I put my mobile no. bt also same issue

On Sat, Jul 23, 2022, 5:04 PM Abhik Bhattacharya @.***> wrote:

create a .env file in core folder & then fill the value of SECRET_KEY with something of your own. For Example inside .env file : SECRET_KEY = 'K^N&oMS,>IghRhfLU{)LQNcl@/i*'!'

— Reply to this email directly, view it on GitHub https://github.com/abhik-b/django-library-management/issues/2#issuecomment-1193110705, or unsubscribe https://github.com/notifications/unsubscribe-auth/APEBAQATYIFO2TVK3VIWBUTVVPKELANCNFSM5T4M4HTQ . You are receiving this because you commented.Message ID: @.***>

abhik-b commented 2 years ago

can I see your code ?

Hackervenki commented 2 years ago

Rply

On Sat, Jul 23, 2022, 5:15 PM Venkatesh Nayak @.***> wrote:

It's ur code only

On Sat, Jul 23, 2022, 5:06 PM Abhik Bhattacharya @.***> wrote:

can I see your code ?

— Reply to this email directly, view it on GitHub https://github.com/abhik-b/django-library-management/issues/2#issuecomment-1193111118, or unsubscribe https://github.com/notifications/unsubscribe-auth/APEBAQDKT2RYMOGXOP353F3VVPKNVANCNFSM5T4M4HTQ . You are receiving this because you commented.Message ID: @.***>

abhik-b commented 2 years ago

watch this video it might help solve the issue https://youtu.be/Kb3HhxANlzg

Hackervenki commented 2 years ago

It's ur code only

On Sat, Jul 23, 2022, 5:06 PM Abhik Bhattacharya @.***> wrote:

can I see your code ?

— Reply to this email directly, view it on GitHub https://github.com/abhik-b/django-library-management/issues/2#issuecomment-1193111118, or unsubscribe https://github.com/notifications/unsubscribe-auth/APEBAQDKT2RYMOGXOP353F3VVPKNVANCNFSM5T4M4HTQ . You are receiving this because you commented.Message ID: @.***>

ghost commented 9 months ago

The SECRET_KEY setting must not be empty how to solve error

Favourlisticc commented 3 months ago

pleasse what is the detils for the admin login