pip install virtualenvvirtualenv venv(This will create a new folder named "venv", you can change the name to whatever you want)cd venvscripts\activategit initgit clone https://github.com/ShaneWD/ToDocd ToDopip install -r requirements.txtpython manage.py runserver- Navigate to http://127.0.0.1:8000/ on the browser
ShaneWD/ToDo
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
