Skip to content

This app is developed using django v2.1.4 and python v3.7.0 and has simple functionalities like adding, deleting, updating the tasks and changing their status as complete.

Notifications You must be signed in to change notification settings

sanjaysaini2000/django-python-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-python-TodoApp

Prerequisite:

python verion 3.7.0

django version 2.1.4

How to use this App

Following are the steps to use this App.

  1. Clone this repo to get the code on your local machine.

  2. Open the CMD window(cmd.exe) and go to the folder where you got the source code.

  3. Install the requirements for this app.

pip install django==2.1.4

  1. 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

  1. Now open the App in the browser window using following URL.

http://127.0.0.1:8000/

Docker Support

Docker image of this app is available at my docker Hub registory. You can pull the image from python-django-todo repository.

About

This app is developed using django v2.1.4 and python v3.7.0 and has simple functionalities like adding, deleting, updating the tasks and changing their status as complete.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published