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
-
Notifications
You must be signed in to change notification settings - Fork 0
ShaneWD/ToDo
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
simple todo application.
