To Start A Django Project In Virtual Environment
Hey, Today I want to share information about how to start a django project. I know this topic is more detailed but I want this writing a shortcut.
1. For Windows
Package can be installed by this command:
pip install venv
The venv package should be...
jokerinya.hashnode.dev3 min read