Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

Stackorigin – The Community of Question and Answers

Stackorigin – The Community of Question and Answers Logo Stackorigin – The Community of Question and Answers Logo
Search
Ask A Question

Mobile menu

Close
Ask a Question
Home/How to Use Python Decouple

How to Use Python Decouple

How to Use Python Decouple

Django has lot of sensitive data in settings.py file, By default its visible to everyone. so we need to protect the sensitive data for that we will use python decouple.

  • Decouple supports both .ini and .env files.
  • First create a file named .env in the root of your project. You can also use a .ini file.
  • Now install python decouple using below command
pip install python-decouple
  • Then use it on your settings.py
from decouple import config

#Retrieve the configuration parameters
SECRET_KEY = config('SECRET_KEY')
DEBUG = config('DEBUG', default=False, cast=bool)
EMAIL_HOST = config('EMAIL_HOST', default='localhost')
EMAIL_PORT = config('EMAIL_PORT', default=25, cast=int)

How Python Decouple will works: Decouple always searches for Options in this order:

  1. Environment variables;
  2. Repository: ini or .env file;
  3. default argument passed to config.

Share
  • Facebook

Sidebar

Ask A Question

Adv 120x600

Looking for advertising?

Consider These Things If You Appreciate What stackorigin Does: Stackorigin is a community where you can ask questions and find answers, for free to everyone. We would appreciate it if you bought us a coffee if you liked what we were doing.

Buy me a Coffe

Adv 120x600

  • Random
  • Answers
    • On: August 31, 2021
    • Answers: 0

    What is __pycache__?

    • On: August 4, 2022
    • Answers: 0

    Cheapest Stendra Online, Promo Codes , Stendra covered by

    • On: August 8, 2022
    • Answers: 0

    Buy Entocort online no prescription Switzerland,

    • On: August 1, 2021
    • Answers: 0

    How to Compile Code to Convert py to pyc in ...

    • On: September 8, 2021
    • Answers: 0

    what does hmu mean

  • sam
    sam added an answer Please go launch below link   https://digitalcloud.training/aws-sysops-administrator-associate-free-practice-exam-questions/ August 3, 2023 at 9:55 am
  • newoc
    newoc added an answer Absolutely! You can confidently utilize authentic and up-to-date Dumps that… July 22, 2023 at 7:31 am
  • strapcart_online
    strapcart_online added an answer Impotence is commonly seen in men between the ages of… July 21, 2023 at 8:26 am
  • lasop
    lasop added an answer If you're looking for the ultimate resource to excel in… July 19, 2023 at 5:00 am
  • bruceparker
    bruceparker added an answer Buy Dapoxetine Online is a medication primarily used for the… July 17, 2023 at 7:34 am

Adv 120x600

Trending Categories

Health
2050Questions
, 4Followers
Programming
1296Questions
, 0Followers
Technology
218Questions
, 3Followers
General Knowledge
131Questions
, 0Followers
Business & Finance
86Questions
, 4Followers

Adv 120×600

Stats

  • Questions 4k
  • Answers 1k
  • Best Answers 105
  • Users 163

Users

Aluminium Die Casting Products Manufacturers

Aluminium Die Casting Products Manufacturers

  • 0 Questions
  • 0 Answers
irene1707

irene1707

  • 0 Questions
  • 0 Answers
Ductile Iron Casting Manufacturers

Ductile Iron Casting Manufacturers

  • 0 Questions
  • 0 Answers
Navratan

Navratan

  • 0 Questions
  • 0 Answers
AAC Blocks Manufacturers in Tamil Nadu

AAC Blocks Manufacturers in Tamil Nadu

  • 0 Questions
  • 0 Answers

Adv 120×600

Explore

  • Recent Questions
  • Most Answered
  • Answers
  • No Answers
  • Most Visited
  • Most Voted
  • Random
  • Polls

Footer

Stackorigin - The Community of Question and Answers

Stackorigin

Stackorigin is the world’s largest Q&A networking site, Stackorigin community brings you the collaboration of all the various Questions and the related Answers given by the community.

About

  • About Us
  • Contact Us
  • FAQ
  • Submit Guest Post Article on Technology, Education, Health, Apps, Gadgets, IoT, AI, Business, Digital Marketing and More

Info

  • Privacy Policy
  • Terms and Conditions
  • Community Guidelines
  • Tags

Products

  • Tutorials
  • Advertising
  • Categories
  • Corona
  • StackHow

Follow

© 2022 Stackorigin. All Rights Reserved.