python -m venv test <-- create virtual environment called test source test/bin/activate <-- activate virtual environment.
FaisalRana/django4-Tutorial
Project Goal: To learn the basics of django4 and integrate it with mySQL server.
Python
Project Goal: To learn the basics of django4 and integrate it with mySQL server.
Python
python -m venv test <-- create virtual environment called test source test/bin/activate <-- activate virtual environment.