😍 What is .env file and how to setup .env file in Django in Hindi 😍

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ธ.ค. 2024

ความคิดเห็น • 6

  • @jaswantkhatri8211
    @jaswantkhatri8211 6 หลายเดือนก่อน

    Thanks ❤

  • @UnGamer-
    @UnGamer- ปีที่แล้ว +2

    ek video django deploye pe banao bhaiya.

  • @suyogbhere328
    @suyogbhere328 7 หลายเดือนก่อน

    Hello sir. when i used these. env and i kept secret key variable in .env i am getting secret key is empty error

  • @abhaydaki2053
    @abhaydaki2053 7 หลายเดือนก่อน

    Open cmd in which file is your project, open cmd and write this command " python -m venv {your env name} " and enter command, than create your env file automatically!

    • @abhaydaki2053
      @abhaydaki2053 7 หลายเดือนก่อน

      Python -m venv { your virtual environment file name }
      Suppose { your virtual environment file name } is like a myvnv whatever you want to etc name!
      For active:
      myvnv/Scripts/activate
      For deactivate
      myvnv/Scripts/deactivate