Thanks to visit codestin.com
Credit goes to github.com

Skip to content

rtzll/django-todolist

Repository files navigation

Django-Todolist

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 dependencies using uv.

uv sync

Migrate:

uv run python manage.py migrate

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

uv run python manage.py runserver

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

Tests

Run the full test suite:

uv run python manage.py test

Run tests for a specific app:

uv run python manage.py test api
uv run python manage.py test lists

About

exemplary django application - small to do list web app

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •