A simple todolist application made using django.
Clone the project
$ git clone https://github.com/RohanHarichandan/todolistGo to the project directory
$ cd todolistStart the server
$ python manage.py runserverStarting development server at http://127.0.0.1:8000/ Quit the server with CONTROL-C.