Breadcrumbs todo-app-django-rest-framework / manage.py Latest commit Cannot retrieve latest commit at this time. HistoryHistory File metadata and controls Code Blame 22 lines (18 loc) · 667 Bytes Raw #!/usr/
待办事项使用 Django、HTML、CSS、MySQL 创建在这里您可以创建您想要做的事情的个人待办事项列表,并在完成后标记它们。 此待办事项列表将是私有的,只有创建它的用户才能访问。
mr-speedster/Django-TODO-appmaster 1 Branch0 Tags Code Folders and filesLatest commit mr-speedster Merge pull request #5 from mr-speedster/mr-speedster-patch-1 ce5a237· Mar 26, 2022 History15 Commits myproject interact with Django Mar 24, 2022...
Python / Django A database-backed Django implementation courtesy ofMihir Khatwani. Run the SpecsView the CodeExample Implementation Vanilla Rails A simple Rails implementation courtesy ofDerek Hammer. Run the SpecsView the CodeExample Implementation ...
Flask provides you with the base tools to create a web app, and it can be easily extended to include most things that you would need to include in your app. Some other popular web frameworks can be considered as an alternative to Flask. Django is one of the most popular alternatives if...
django-todo is a Django app, not a project site. It needs a site to live in. You can either install it into an existing Django project site, or clone the django-tododemo site (GTD). If using your own site, be sure you have jQuery and Bootstrap wired up and working. ...
from django.shortcuts import get_object_or_404, redirect, render def home(request): categories = Category.objects.all() try: tasks = Task.objects.filter(doer=request.user, is_done=False) done_tasks = Task.objects.filter(doer=request.user, is_done=True) except Exception: tasks = [] done...
wilhelmklopp Merge branch 'main' of github.com:kolofordjango/todo-demo 5e11174· Jul 12, 2024 History15 Commits .kolo Set testgen output dir Jul 12, 2024 core Remove superfluous .all() call Jun 4, 2024 todo Add JSON endpoint to list todos Jun 4, 2024 .envrc init to win it Feb 20...
Simple ToDo desktop app developed using Electron, React and Django Rest Framework. Allows to create, retrieve, update and delete ToDos, upload .csv and export data and manage todos' state in a ToDo board. JavaScript; Electron framework to build stand-alone desktop app. React atomic design, CSS...
Star0 Project ID: 57980418