- User Registration
- User Login
- Search
- Task List
- Create Task
- Edit Task
- Delete
Django To-Do List requires
Install the dependencies and devDependencies and start the server.
$ git clone git@github.com:dev-mamun/django-todo.git
$ cd django-todo
$ python3 -m venv venv
$ source venv/bin/activate
(venv) $ pip install -r requirements.txt
(venv) $ python manage.py runserver