GithubHelp home page GithubHelp logo

todo_django's Introduction

ToDo Django

프로젝트 소개

개요

  • 파이썬/장고를 활용한 간단한 ToDo 리스트

기술스택

  • python (3.6.3)
  • Django (2.1.2)
  • DjangoRestFramework (3.9.0)
  • Bootstrap (4.1.3)
  • FontAwesome (5.5.0)

프로젝트 설명

프로젝트 실행 방법

$ cd PROJECT_ROOT
$ pip -r install requirements.txt
$ cd django_app
$ python manage.py runserver

## 로컬 브라우져에서 접속 http://localhost:8000/

프로젝트 기능

  • Task 추가 (제목, 내용, 마감일)
  • Task 상태 변경 (완료/미완료 토글)
  • Task 목록 내 순서 변경
  • 기간이 지난 Task 보기
  • 전체 Task 보기

프로젝트 모델

Category

name type etc
title char max=32 PK

Task

name type etc
title FK Category
content char max=100
status char choices(A,O,D) default=A
priority int positive
position int positive
created_at datetime auto now
due_date datetime nullable

todo_django's People

Contributors

wintersalmon 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.