python verion 3.7.0
django version 2.1.4
Following are the steps to use this App.
-
Clone this repo to get the code on your local machine.
-
Open the CMD window(cmd.exe) and go to the folder where you got the source code.
-
Install the requirements for this app.
pip install django==2.1.4
- Run following commands one-by-one in the same order to start the app.
python manage.py makemigrations
python manage.py migrate
python todo_site\manage.py runserver
- Now open the App in the browser window using following URL.
Docker image of this app is available at my docker Hub registory. You can pull the image from python-django-todo repository.