GithubHelp home page GithubHelp logo

rtzll / django-todolist Goto Github PK

View Code? Open in Web Editor NEW
85.0 9.0 69.0 160 KB

exemplary django application - small to do list web app

License: MIT License

Python 67.48% HTML 15.78% JavaScript 5.78% CSS 10.97%
python django webapp todolist

django-todolist's Introduction

Django-Todolist

License Build Status

Django-Todolist is a todolist web application with the most basic features of most web apps, i.e. accounts/login, API and (somewhat) interactive UI.


CSS | Skeleton JS | jQuery

I've also build a quite similar app in Flask: https://github.com/rtzll/flask-todolist

Explore

Try it out by installing the requirements. (Works only with python >= 3.8, due to Django 4)

pip install -r requirements.txt

Migrate:

python manage.py migrate

And then start the server (default: http://localhost:8000)

python manage.py runserver

Now you can browse the API or start on the landing page

django-todolist's People

Contributors

decroc-shell avatar dependabot[bot] avatar rtzll avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

django-todolist's Issues

Logo Design

Dear Sir/Madam,

I'm graphic designer and i want to design logo for your repo.
Do you want to spesific thing in logo design? If not i will prepare your logo and send you PR.

Kindly waiting your answer.

Best Regards,
Mugur Cagdas

Adding feature: average time of completion of tasks

A new section for analytics,
some ideas were:

  1. average time of completion of feature (using existing model data (created_at AND completed_at)
  2. tasks created at time analysis to show usually at what time you access to lists most

Checking a todo gets a 400 response

When in the todolist view (http://localhost:8000/todolist/<id>/) checking a todo sends a put request to the API with the new status and finished_at date. But this request returns a 400 (Bad Request).

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.