First project using Django
Well.. my first django project, 2014/2015, left as-is,
everyone creates task magagement app, right?
├── /
├── /info
│ ├── /
│ ├── about
│ ├── agreement
│ ├── support
│ ├── faq
├── /user
│ └── /<str: username>
├── /users
│ ├── /
│ ├── /logout
│ ├── /login
│ ├── /settings
│ └── /passwd
└── /tasks
├── /
├── /history/ not implemented yet.
├── /map
├── /new
├── /<int: task_id>/
└── /<int: task_id>/edit/