pip install virtualenv
virtualenv venv
(This will create a new folder named "venv", you can change the name to whatever you want)cd venv
scripts\activate
git init
git clone https://github.com/ShaneWD/ToDo
cd ToDo
pip install -r requirements.txt
python 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.