Code Monkey home page Code Monkey logo

todo-django-postgres's Introduction

MainPageView:: get: gets all in completed tasks from the db and display them on MainPageView post: add new task, task item entered in the TaskForm() is collected checks if the entered taskform is valid or not , then checks if the entered task is already present in the db, if the task is already present and that task is incomeplete(is_complete=False) send the page with an error message

EditTaskView:: get: checks if the id exists in the db , if id exists then that id's title is retirved and displayed if id doesnt exist in the db then page is displayed with an error message post: the newly edited task is collected and we will check if task is valid or not, then check if the task is already present and that task is incomeplete(is_complete=False) in the db

ImportantTasksView: get: get all the tasks that are important(is_important=True) , but not comlpete(is_complete=False)

CompletedTasksView: get : get all the tasks that are completed(is_complete=True)

DoneTaskView: to mark that task as completed(is_complete=true)

DeletTaskView: to delete task from the db

IncompleteTaskView: to mark task as incomplete (is_complete=false)

jpeg-dev zlib zlib-dev --- needed for pillows build-base postgresql-dev musl-dev postgresql-client --- needed for postgres db

--access-logfile=- --error-logfile=- --> to watch logs in the console

todo-django-postgres's People

Watchers

K Anjana Devi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.