1

Env Variables -1

pip install python-dotenv

settings.py:

import os
from dotenv import load_dotenv

load_dotenv()

This is for Django to recognize and read our environment variables.

322
Mohamed
El Firdoussi

Please log in to access the AI assistant.