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!
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
Thanks ❤
ek video django deploye pe banao bhaiya.
Sure will do
Hello sir. when i used these. env and i kept secret key variable in .env i am getting secret key is empty error
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!
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