Giter Club home page Giter Club logo

python-django-todo-list's Introduction

python-django-todo-list

This is a to do list web app with CRUD operations. It is based on this Dennis Ivy's video.

Usage

Make sure you have Python 3 intalled and run:

pip install -r requirements.txt

⚠️ Ideally, install the requirements on a separate environment. To do so, before pip istall ..., run the following command:

pip python3 -m venv .venv

If that does not work try replacing python3 with python. The .venv may be replaced by whatever you wish to name your virtual environment.

Once installation is complete go to the terminal, enter the "todo_list" directory:

.
├── images
└── todo_list
    ├── base
    └── todo_list (⚠️ this one)

and run the command:

python manage.py runserver

the output should be something like:

System check identified no issues (0 silenced).
February 16, 2024 - 16:42:59
Django version 5.0.2, using settings 'todo_list.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.

Go to the URL provided for the server (in this case http://127.0.0.1:8000/) and start using.

Features

On this application, the users can login

Or Register, if they don't have an account yet

Once registered (logged on), users are redirected to their task list

Where they can create tasks, that should be empty at first (or if all tasks are removed)

View their tasks

Filtering is also possible

As well as deleting tasks

And editing them

Tasks marked as complete will be shown under, so users can focus on pending tasks

The font used is Ubuntu.

python-django-todo-list's People

Contributors

mcalheiro avatar

Watchers

 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.