co01l3r / task_manager_dj

simple todo list with CRUD functionality

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task Manager

GitHub last commit

simple task manager

how to use:

$ virtualenv <env_name>
$ source <env_name>/bin/activate
(<env_name>) $ pip install django

from project folder:

(<env_name>) $ python3 manage.py runserver

Registration and Login

registration login

Task operations (CRUD)

- Add task

add_task

- Show Details

show_task

- Update task (make complete/edit etc.)

edit_task

- Delete task

delete_task

GitHub repo size GitHub code size in bytes GitHub repo file count

About

simple todo list with CRUD functionality


Languages

Language:Python 64.3%Language:CSS 20.4%Language:HTML 15.3%