/django4-Tutorial

Project Goal: To learn the basics of django4 and integrate it with mySQL server.

Primary LanguagePython

python -m venv test <-- create virtual environment called test source test/bin/activate <-- activate virtual environment.